#[repr(u8)]pub enum EventUndefinedDetailType {
Removed = 0,
Renamed = 1,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventUndefinedDetailType
impl RefUnwindSafe for EventUndefinedDetailType
impl Send for EventUndefinedDetailType
impl Sync for EventUndefinedDetailType
impl Unpin for EventUndefinedDetailType
impl UnwindSafe for EventUndefinedDetailType
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