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