pub struct RemovedEvent {
pub id: u8,
}
Fields§
§id: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemovedEvent
impl RefUnwindSafe for RemovedEvent
impl Send for RemovedEvent
impl Sync for RemovedEvent
impl Unpin for RemovedEvent
impl UnwindSafe for RemovedEvent
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