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