Struct arrow_ipc::gen::Schema::DurationArgs
source · pub struct DurationArgs {
pub unit: TimeUnit,
}
Fields§
§unit: TimeUnit
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DurationArgs
impl Send for DurationArgs
impl Sync for DurationArgs
impl Unpin for DurationArgs
impl UnwindSafe for DurationArgs
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