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