pub struct DateTimeBuilder { /* private fields */ }
Expand description
An intermediate builder for DateTime
.
Implementations§
Auto Trait Implementations§
impl Freeze for DateTimeBuilder
impl RefUnwindSafe for DateTimeBuilder
impl Send for DateTimeBuilder
impl Sync for DateTimeBuilder
impl Unpin for DateTimeBuilder
impl UnwindSafe for DateTimeBuilder
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