pub struct IsoDateBuilder { /* private fields */ }
Expand description
Builder for IsoDate
.
Implementations§
Trait Implementations§
Source§impl Clone for IsoDateBuilder
impl Clone for IsoDateBuilder
Source§fn clone(&self) -> IsoDateBuilder
fn clone(&self) -> IsoDateBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for IsoDateBuilder
impl RefUnwindSafe for IsoDateBuilder
impl Send for IsoDateBuilder
impl Sync for IsoDateBuilder
impl Unpin for IsoDateBuilder
impl UnwindSafe for IsoDateBuilder
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