pub enum InterfaceEvent {
OnRemoved {
reason: InterfaceRemovalReason,
},
}
Variants§
OnRemoved
Fields
§
reason: InterfaceRemovalReason
Implementations§
source§impl InterfaceEvent
impl InterfaceEvent
pub fn into_on_removed(self) -> Option<InterfaceRemovalReason>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InterfaceEvent
impl Send for InterfaceEvent
impl Sync for InterfaceEvent
impl Unpin for InterfaceEvent
impl UnwindSafe for InterfaceEvent
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