#[repr(transparent)]pub struct YearFormat(pub i32);Expand description
Required features: ‘Globalization_DateTimeFormatting’
Tuple Fields
0: i32Implementations
impl YearFormat
impl YearFormat
Trait Implementations
impl Clone for YearFormat
impl Clone for YearFormat
impl Copy for YearFormat
Auto Trait Implementations
impl RefUnwindSafe for YearFormat
impl Send for YearFormat
impl Sync for YearFormat
impl Unpin for YearFormat
impl UnwindSafe for YearFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more