Struct beforeprint
pub struct beforeprint;
Trait Implementations§
§impl EventDescriptor for beforeprint
impl EventDescriptor for beforeprint
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