pub struct KnowsMut<'reference, Element, MutationListener> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'reference, MutationListener> ProjectMut<'reference, Edge, MutationListener> for KnowsMut<'reference, Edge, MutationListener>where
MutationListener: MutationListener<'reference, Edge>,
impl<'reference, MutationListener> ProjectMut<'reference, Edge, MutationListener> for KnowsMut<'reference, Edge, MutationListener>where
MutationListener: MutationListener<'reference, Edge>,
Auto Trait Implementations§
impl<'reference, Element, MutationListener> Freeze for KnowsMut<'reference, Element, MutationListener>where
MutationListener: Freeze,
impl<'reference, Element, MutationListener> RefUnwindSafe for KnowsMut<'reference, Element, MutationListener>where
MutationListener: RefUnwindSafe,
Element: RefUnwindSafe,
impl<'reference, Element, MutationListener> Send for KnowsMut<'reference, Element, MutationListener>
impl<'reference, Element, MutationListener> Sync for KnowsMut<'reference, Element, MutationListener>
impl<'reference, Element, MutationListener> Unpin for KnowsMut<'reference, Element, MutationListener>
impl<'reference, Element, MutationListener> !UnwindSafe for KnowsMut<'reference, Element, MutationListener>
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