Struct datafusion::common::arrow::ipc::gen::Schema::IntervalArgs
source · pub struct IntervalArgs {
pub unit: IntervalUnit,
}
Fields§
§unit: IntervalUnit
Trait Implementations§
source§impl<'a> Default for IntervalArgs
impl<'a> Default for IntervalArgs
source§fn default() -> IntervalArgs
fn default() -> IntervalArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntervalArgs
impl RefUnwindSafe for IntervalArgs
impl Send for IntervalArgs
impl Sync for IntervalArgs
impl Unpin for IntervalArgs
impl UnwindSafe for IntervalArgs
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