Struct arrow_format::ipc::TimestampRef
source · pub struct TimestampRef<'a>(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'a> Clone for TimestampRef<'a>
impl<'a> Clone for TimestampRef<'a>
source§fn clone(&self) -> TimestampRef<'a>
fn clone(&self) -> TimestampRef<'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 TimestampRef<'a>
impl<'a> Debug for TimestampRef<'a>
source§impl<'a> ReadAsRoot<'a> for TimestampRef<'a>
impl<'a> ReadAsRoot<'a> for TimestampRef<'a>
source§impl<'a> TryFrom<TimestampRef<'a>> for Timestamp
impl<'a> TryFrom<TimestampRef<'a>> for Timestamp
impl<'a> Copy for TimestampRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for TimestampRef<'a>
impl<'a> RefUnwindSafe for TimestampRef<'a>
impl<'a> Send for TimestampRef<'a>
impl<'a> Sync for TimestampRef<'a>
impl<'a> Unpin for TimestampRef<'a>
impl<'a> UnwindSafe for TimestampRef<'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