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