pub struct DurationBuilder<'a: 'b, 'b> { /* private fields */ }
Implementations§
Source§impl<'a: 'b, 'b> DurationBuilder<'a, 'b>
impl<'a: 'b, 'b> DurationBuilder<'a, 'b>
Auto Trait Implementations§
impl<'a, 'b> Freeze for DurationBuilder<'a, 'b>
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>
impl<'a, 'b> !UnwindSafe for DurationBuilder<'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