Struct time::format_description::parse::format_item::Year
source · pub(super) struct Year {
padding: Option<Padding>,
repr: Option<YearRepr>,
base: Option<YearBase>,
sign_behavior: Option<SignBehavior>,
}
Fields§
§padding: Option<Padding>
§repr: Option<YearRepr>
§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