Struct arrow_format::ipc::UnionRef
source · pub struct UnionRef<'a>(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'a> ReadAsRoot<'a> for UnionRef<'a>
impl<'a> ReadAsRoot<'a> for UnionRef<'a>
impl<'a> Copy for UnionRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for UnionRef<'a>
impl<'a> RefUnwindSafe for UnionRef<'a>
impl<'a> Send for UnionRef<'a>
impl<'a> Sync for UnionRef<'a>
impl<'a> Unpin for UnionRef<'a>
impl<'a> UnwindSafe for UnionRef<'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