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