pub struct Default<Char>(/* private fields */);Expand description
Default Format.
Whitespace characters here are ' ', '\t', '\n', and '\r'.
Implementations§
Trait Implementations§
Source§impl Format<FixedUtf8Char> for Default<FixedUtf8Char>
impl Format<FixedUtf8Char> for Default<FixedUtf8Char>
impl<Char: Copy> Copy for Default<Char>
Auto Trait Implementations§
impl<Char> Freeze for Default<Char>
impl<Char> RefUnwindSafe for Default<Char>where
Char: RefUnwindSafe,
impl<Char> Send for Default<Char>where
Char: Send,
impl<Char> Sync for Default<Char>where
Char: Sync,
impl<Char> Unpin for Default<Char>where
Char: Unpin,
impl<Char> UnwindSafe for Default<Char>where
Char: UnwindSafe,
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