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