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