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