pub(super) struct Year {
    padding: Option<Padding>,
    repr: Option<YearRepr>,
    range: Option<YearRange>,
    base: Option<YearBase>,
    sign_behavior: Option<SignBehavior>,
}Fields§
§padding: Option<Padding>§repr: Option<YearRepr>§range: Option<YearRange>§base: Option<YearBase>§sign_behavior: Option<SignBehavior>Implementations§
Auto Trait Implementations§
impl Freeze for Year
impl RefUnwindSafe for Year
impl Send for Year
impl Sync for Year
impl Unpin for Year
impl UnwindSafe for Year
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