Struct im_pathtree::LeafNode
source · pub struct LeafNode<V> {
pub value: V,
}
Expand description
Intrinsic data of a leaf node.
Fields§
§value: V
Implementations§
Trait Implementations§
source§impl<T> From<LeafNode<<T as PathTreeTypes>::LeafValue>> for Node<T>where
T: PathTreeTypes,
impl<T> From<LeafNode<<T as PathTreeTypes>::LeafValue>> for Node<T>where
T: PathTreeTypes,
Auto Trait Implementations§
impl<V> RefUnwindSafe for LeafNode<V>where
V: RefUnwindSafe,
impl<V> Send for LeafNode<V>where
V: Send,
impl<V> Sync for LeafNode<V>where
V: Sync,
impl<V> Unpin for LeafNode<V>where
V: Unpin,
impl<V> UnwindSafe for LeafNode<V>where
V: UnwindSafe,
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