pub struct PropagationNodeAgg {
pub node_id: NodeId,
pub kind: NodeKind,
pub name: String,
pub trust_zone: TrustZone,
pub path_count: usize,
}Expand description
One row in a ranked list of nodes by path count.
Fields§
§node_id: NodeId§kind: NodeKind§name: String§trust_zone: TrustZone§path_count: usizeTrait Implementations§
Source§impl Clone for PropagationNodeAgg
impl Clone for PropagationNodeAgg
Source§fn clone(&self) -> PropagationNodeAgg
fn clone(&self) -> PropagationNodeAgg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PropagationNodeAgg
impl Debug for PropagationNodeAgg
Auto Trait Implementations§
impl Freeze for PropagationNodeAgg
impl RefUnwindSafe for PropagationNodeAgg
impl Send for PropagationNodeAgg
impl Sync for PropagationNodeAgg
impl Unpin for PropagationNodeAgg
impl UnsafeUnpin for PropagationNodeAgg
impl UnwindSafe for PropagationNodeAgg
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