Struct varcon_core::borrowed::Cluster [−][src]
pub struct Cluster {
pub header: Option<&'static str>,
pub entries: &'static [Entry],
pub notes: &'static [&'static str],
}Fields
header: Option<&'static str>entries: &'static [Entry]notes: &'static [&'static str]Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cluster
impl UnwindSafe for Cluster
Blanket Implementations
Mutably borrows from an owned value. Read more
