pub struct Node<V = Box<dyn Any>, K = TypeId, T = TypeId> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<V = Box<dyn Any>, K = TypeId, T = TypeId> !Freeze for Node<V, K, T>
impl<V, K, T> RefUnwindSafe for Node<V, K, T>where
T: RefUnwindSafe,
impl<V, K, T> Send for Node<V, K, T>
impl<V, K, T> Sync for Node<V, K, T>
impl<V, K, T> Unpin for Node<V, K, T>
impl<V, K, T> UnsafeUnpin for Node<V, K, T>where
T: UnsafeUnpin,
impl<V, K, T> UnwindSafe for Node<V, K, T>where
T: UnwindSafe + RefUnwindSafe,
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