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