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