Struct arrow_format::ipc::DurationRef
source · pub struct DurationRef<'a>(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'a> Clone for DurationRef<'a>
impl<'a> Clone for DurationRef<'a>
source§fn clone(&self) -> DurationRef<'a>
fn clone(&self) -> DurationRef<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for DurationRef<'a>
impl<'a> Debug for DurationRef<'a>
source§impl<'a> ReadAsRoot<'a> for DurationRef<'a>
impl<'a> ReadAsRoot<'a> for DurationRef<'a>
source§impl<'a> TryFrom<DurationRef<'a>> for Duration
impl<'a> TryFrom<DurationRef<'a>> for Duration
impl<'a> Copy for DurationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for DurationRef<'a>
impl<'a> RefUnwindSafe for DurationRef<'a>
impl<'a> Send for DurationRef<'a>
impl<'a> Sync for DurationRef<'a>
impl<'a> Unpin for DurationRef<'a>
impl<'a> UnwindSafe for DurationRef<'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