pub struct WorkspacePrinter<'a, W: ?Sized> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, W> Freeze for WorkspacePrinter<'a, W>where
W: ?Sized,
impl<'a, W> RefUnwindSafe for WorkspacePrinter<'a, W>where
W: RefUnwindSafe + ?Sized,
impl<'a, W> Send for WorkspacePrinter<'a, W>
impl<'a, W> Sync for WorkspacePrinter<'a, W>
impl<'a, W> Unpin for WorkspacePrinter<'a, W>where
W: ?Sized,
impl<'a, W> !UnwindSafe for WorkspacePrinter<'a, W>
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