pub struct BlockDefChangedEventHandler { /* private fields */ }
Expand description
Block definition is changed or removed
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockDefChangedEventHandler
impl !RefUnwindSafe for BlockDefChangedEventHandler
impl !Send for BlockDefChangedEventHandler
impl !Sync for BlockDefChangedEventHandler
impl Unpin for BlockDefChangedEventHandler
impl !UnwindSafe for BlockDefChangedEventHandler
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