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