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