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 Freeze for InterfaceEvent
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