Struct Fmt
#[repr(transparent)]pub struct Fmt(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Fmt
impl Fmt
pub const TWENTY_FOUR_HOUR: Self
pub const TWENTY_FOUR_HOUR: Self
24 hour/day format
pub const AM_PM: Self
pub const AM_PM: Self
AM/PM hour format
Trait Implementations§
§impl Ord for Fmt
impl Ord for Fmt
§impl PartialOrd for Fmt
impl PartialOrd for Fmt
impl Copy for Fmt
impl Eq for Fmt
impl StructuralPartialEq for Fmt
Auto Trait Implementations§
impl Freeze for Fmt
impl RefUnwindSafe for Fmt
impl Send for Fmt
impl Sync for Fmt
impl Unpin for Fmt
impl UnwindSafe for Fmt
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