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