pub struct PrintWith;
Expand description
Prints warnings with a given vocabulary on the standard output.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrintWith
impl RefUnwindSafe for PrintWith
impl Send for PrintWith
impl Sync for PrintWith
impl Unpin for PrintWith
impl UnwindSafe for PrintWith
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