Enum arrow_ipc::gen::Schema::TimestampOffset
source · pub enum TimestampOffset {}
Auto Trait Implementations§
impl Freeze for TimestampOffset
impl RefUnwindSafe for TimestampOffset
impl Send for TimestampOffset
impl Sync for TimestampOffset
impl Unpin for TimestampOffset
impl UnwindSafe for TimestampOffset
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