pub struct MonthSetter { /* private fields */ }
Expand description
Allows the user to set the month
field on a builder that has already had its year
field set. Or, if Year
is the desired precision, they may build the Timestamp with an
unknown offset instead.
Implementations§
Source§impl MonthSetter
impl MonthSetter
Trait Implementations§
Source§impl Clone for MonthSetter
impl Clone for MonthSetter
Source§fn clone(&self) -> MonthSetter
fn clone(&self) -> MonthSetter
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for MonthSetter
impl RefUnwindSafe for MonthSetter
impl Send for MonthSetter
impl Sync for MonthSetter
impl Unpin for MonthSetter
impl UnwindSafe for MonthSetter
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