pub struct FormatPrefix(/* private fields */);
Expand description
Internal Wrapper for custom formatting of prefix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatPrefix
impl RefUnwindSafe for FormatPrefix
impl Send for FormatPrefix
impl Sync for FormatPrefix
impl Unpin for FormatPrefix
impl UnwindSafe for FormatPrefix
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