#[repr(transparent)]pub struct MonthFormat(pub i32);
Expand description
Required features: ‘Globalization_DateTimeFormatting’
Tuple Fields
0: i32
Implementations
impl MonthFormat
impl MonthFormat
pub const None: Self
pub const Default: Self
pub const Abbreviated: Self
pub const Full: Self
pub const Numeric: Self
Trait Implementations
impl Clone for MonthFormat
impl Clone for MonthFormat
impl Copy for MonthFormat
Auto Trait Implementations
impl RefUnwindSafe for MonthFormat
impl Send for MonthFormat
impl Sync for MonthFormat
impl Unpin for MonthFormat
impl UnwindSafe for MonthFormat
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