Struct ceph::cmd::CrushTree[][src]

pub struct CrushTree {
    pub nodes: Vec<CrushNode>,
    pub stray: Vec<String>,
}

Fields

Trait Implementations

impl Debug for CrushTree
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CrushTree

impl Sync for CrushTree