pub struct CustomFormat(/* private fields */);
Expand description
A custom format for printing and parsing time.
Implementations§
Trait Implementations§
source§impl Clone for CustomFormat
impl Clone for CustomFormat
source§fn clone(&self) -> CustomFormat
fn clone(&self) -> CustomFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CustomFormat
impl Debug for CustomFormat
source§impl From<CustomFormat> for Format
impl From<CustomFormat> for Format
source§fn from(custom_format: CustomFormat) -> Format
fn from(custom_format: CustomFormat) -> Format
Converts to this type from the input type.
impl Copy for CustomFormat
Auto Trait Implementations§
impl Freeze for CustomFormat
impl RefUnwindSafe for CustomFormat
impl Send for CustomFormat
impl Sync for CustomFormat
impl Unpin for CustomFormat
impl UnwindSafe for CustomFormat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)