pub struct FormatStringPlugin;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FormatStringPlugin
impl RefUnwindSafe for FormatStringPlugin
impl Send for FormatStringPlugin
impl Sync for FormatStringPlugin
impl Unpin for FormatStringPlugin
impl UnwindSafe for FormatStringPlugin
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