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