pub enum PrefixControlEvent {
OnExit {
reason: PrefixControlExitReason,
},
}
Variants§
OnExit
Fields
§
reason: PrefixControlExitReason
Implementations§
Source§impl PrefixControlEvent
impl PrefixControlEvent
pub fn into_on_exit(self) -> Option<PrefixControlExitReason>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrefixControlEvent
impl RefUnwindSafe for PrefixControlEvent
impl Send for PrefixControlEvent
impl Sync for PrefixControlEvent
impl Unpin for PrefixControlEvent
impl UnwindSafe for PrefixControlEvent
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