pub struct MemoryNodeViewMut<'a> { /* private fields */ }Expand description
Mutable view for memory nodes.
Methods from Deref<Target = NodeGenericMut<'a>>§
Trait Implementations§
Source§impl<'a> Deref for MemoryNodeViewMut<'a>
impl<'a> Deref for MemoryNodeViewMut<'a>
Source§impl<'a> From<MemoryNodeViewMut<'a>> for NodeTypeMut<'a>
impl<'a> From<MemoryNodeViewMut<'a>> for NodeTypeMut<'a>
Source§fn from(v: MemoryNodeViewMut<'a>) -> NodeTypeMut<'a>
fn from(v: MemoryNodeViewMut<'a>) -> NodeTypeMut<'a>
Converts to this type from the input type.
Source§impl<'a> TryInto<MemoryNodeViewMut<'a>> for NodeTypeMut<'a>
impl<'a> TryInto<MemoryNodeViewMut<'a>> for NodeTypeMut<'a>
Auto Trait Implementations§
impl<'a> Freeze for MemoryNodeViewMut<'a>
impl<'a> RefUnwindSafe for MemoryNodeViewMut<'a>
impl<'a> Send for MemoryNodeViewMut<'a>
impl<'a> !Sync for MemoryNodeViewMut<'a>
impl<'a> Unpin for MemoryNodeViewMut<'a>
impl<'a> UnsafeUnpin for MemoryNodeViewMut<'a>
impl<'a> UnwindSafe for MemoryNodeViewMut<'a>
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