Struct relay_protocol::MetaTree
source · pub struct MetaTree {
pub meta: Meta,
pub children: MetaMap,
}
Expand description
Represents a tree of meta objects.
Fields§
§meta: Meta
The node’s meta data
children: MetaMap
References to the children.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaTree
impl RefUnwindSafe for MetaTree
impl Send for MetaTree
impl Sync for MetaTree
impl Unpin for MetaTree
impl UnwindSafe for MetaTree
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