Struct arrow_ipc::gen::Schema::DurationBuilder
source · pub struct DurationBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations
sourceimpl<'a: 'b, 'b> DurationBuilder<'a, 'b>
impl<'a: 'b, 'b> DurationBuilder<'a, 'b>
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for DurationBuilder<'a, 'b>
impl<'a, 'b> Send for DurationBuilder<'a, 'b>
impl<'a, 'b> Sync for DurationBuilder<'a, 'b>
impl<'a, 'b> Unpin for DurationBuilder<'a, 'b>where
'a: 'b,
impl<'a, 'b> !UnwindSafe for DurationBuilder<'a, 'b>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more