Struct zenoh_keyexpr::keyexpr_tree::box_tree::KeyExprTreeNode
source · #[repr(C)]pub struct KeyExprTreeNode<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> { /* private fields */ }Trait Implementations§
source§impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> AsMut<KeyExprTreeNode<Weight, Wildness, Children>> for KeyExprTreeNode<Weight, Wildness, Children>
impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> AsMut<KeyExprTreeNode<Weight, Wildness, Children>> for KeyExprTreeNode<Weight, Wildness, Children>
source§impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> AsRef<KeyExprTreeNode<Weight, Wildness, Children>> for KeyExprTreeNode<Weight, Wildness, Children>
impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> AsRef<KeyExprTreeNode<Weight, Wildness, Children>> for KeyExprTreeNode<Weight, Wildness, Children>
source§impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> HasChunk for KeyExprTreeNode<Weight, Wildness, Children>
impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> HasChunk for KeyExprTreeNode<Weight, Wildness, Children>
source§impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> IKeyExprTreeNode<Weight> for KeyExprTreeNode<Weight, Wildness, Children>
impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> IKeyExprTreeNode<Weight> for KeyExprTreeNode<Weight, Wildness, Children>
source§impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> IKeyExprTreeNodeMut<Weight> for KeyExprTreeNode<Weight, Wildness, Children>
impl<Weight, Wildness: IWildness, Children: IChildrenProvider<Box<Self>>> IKeyExprTreeNodeMut<Weight> for KeyExprTreeNode<Weight, Wildness, Children>
fn parent_mut(&mut self) -> Option<&mut Self>
fn weight_mut(&mut self) -> Option<&mut Weight>
fn take_weight(&mut self) -> Option<Weight>
fn insert_weight(&mut self, weight: Weight) -> Option<Weight>
fn children_mut(&mut self) -> &mut Self::Children
impl<Weight: Send, Wildness: IWildness + Send, Children: IChildrenProvider<Box<Self>> + Send> Send for KeyExprTreeNode<Weight, Wildness, Children>
impl<Weight: Sync, Wildness: IWildness + Sync, Children: IChildrenProvider<Box<Self>> + Sync> Sync for KeyExprTreeNode<Weight, Wildness, Children>
Auto Trait Implementations§
impl<Weight, Wildness, Children> RefUnwindSafe for KeyExprTreeNode<Weight, Wildness, Children>where
Weight: RefUnwindSafe,
<Children as IChildrenProvider<Box<KeyExprTreeNode<Weight, Wildness, Children>>>>::Assoc: RefUnwindSafe,
impl<Weight, Wildness, Children> Unpin for KeyExprTreeNode<Weight, Wildness, Children>where
Weight: Unpin,
<Children as IChildrenProvider<Box<KeyExprTreeNode<Weight, Wildness, Children>>>>::Assoc: Unpin,
impl<Weight, Wildness, Children> UnwindSafe for KeyExprTreeNode<Weight, Wildness, Children>where
Weight: UnwindSafe + RefUnwindSafe,
<Children as IChildrenProvider<Box<KeyExprTreeNode<Weight, Wildness, Children>>>>::Assoc: 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