pub struct HacksStateChangedEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HacksStateChangedEvent
impl RefUnwindSafe for HacksStateChangedEvent
impl Send for HacksStateChangedEvent
impl Sync for HacksStateChangedEvent
impl Unpin for HacksStateChangedEvent
impl UnwindSafe for HacksStateChangedEvent
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