Struct arrow_format::ipc::Utf8Ref
source · pub struct Utf8Ref<'a>(/* private fields */);
Trait Implementations§
source§impl<'a> ReadAsRoot<'a> for Utf8Ref<'a>
impl<'a> ReadAsRoot<'a> for Utf8Ref<'a>
impl<'a> Copy for Utf8Ref<'a>
Auto Trait Implementations§
impl<'a> Freeze for Utf8Ref<'a>
impl<'a> RefUnwindSafe for Utf8Ref<'a>
impl<'a> Send for Utf8Ref<'a>
impl<'a> Sync for Utf8Ref<'a>
impl<'a> Unpin for Utf8Ref<'a>
impl<'a> UnwindSafe for Utf8Ref<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more