pub struct PermissionsChangedEventHandler { /* private fields */ }
Expand description
Block permissions (can place/delete) for a block changes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PermissionsChangedEventHandler
impl !RefUnwindSafe for PermissionsChangedEventHandler
impl !Send for PermissionsChangedEventHandler
impl !Sync for PermissionsChangedEventHandler
impl Unpin for PermissionsChangedEventHandler
impl !UnwindSafe for PermissionsChangedEventHandler
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