Struct datafusion::common::arrow::ipc::gen::Schema::DateBuilder
pub struct DateBuilder<'a, 'b>where
'a: 'b,{ /* private fields */ }
Implementations§
§impl<'a, 'b> DateBuilder<'a, 'b>where
'a: 'b,
impl<'a, 'b> DateBuilder<'a, 'b>where 'a: 'b,
Auto Trait Implementations§
impl<'a, 'b> RefUnwindSafe for DateBuilder<'a, 'b>
impl<'a, 'b> Send for DateBuilder<'a, 'b>
impl<'a, 'b> Sync for DateBuilder<'a, 'b>
impl<'a, 'b> Unpin for DateBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for DateBuilder<'a, 'b>
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