pub struct NodeRef<N>(/* private fields */);Expand description
Reference to a node.
Implementations§
Trait Implementations§
Source§impl<N: KeyspaceNode> Clone for NodeRef<N>
impl<N: KeyspaceNode> Clone for NodeRef<N>
Source§impl<N: KeyspaceNode> HrwNode for NodeRef<N>
impl<N: KeyspaceNode> HrwNode for NodeRef<N>
impl<T: PartialEq> Eq for NodeRef<T>
Auto Trait Implementations§
impl<N> Freeze for NodeRef<N>
impl<N> RefUnwindSafe for NodeRef<N>where
N: RefUnwindSafe,
impl<N> Send for NodeRef<N>
impl<N> Sync for NodeRef<N>
impl<N> Unpin for NodeRef<N>
impl<N> UnwindSafe for NodeRef<N>where
N: 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