pub enum FormatStyle {
Printf,
CoreFmt,
}Expand description
The style of formatting to apply (influences defaults).
Variants§
Trait Implementations§
Source§impl Clone for FormatStyle
impl Clone for FormatStyle
Source§fn clone(&self) -> FormatStyle
fn clone(&self) -> FormatStyle
Returns a duplicate 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 FormatStyle
impl Debug for FormatStyle
Source§impl PartialEq for FormatStyle
impl PartialEq for FormatStyle
impl Copy for FormatStyle
impl Eq for FormatStyle
impl StructuralPartialEq for FormatStyle
Auto Trait Implementations§
impl Freeze for FormatStyle
impl RefUnwindSafe for FormatStyle
impl Send for FormatStyle
impl Sync for FormatStyle
impl Unpin for FormatStyle
impl UnsafeUnpin for FormatStyle
impl UnwindSafe for FormatStyle
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