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