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