pub struct Cluster {
pub header: &'static str,
pub verified: bool,
pub level: usize,
pub entries: &'static [Entry],
pub notes: &'static [&'static str],
}Fields§
§header: &'static str§verified: bool§level: usize§entries: &'static [Entry]§notes: &'static [&'static str]Implementations§
Trait Implementations§
impl Copy for Cluster
impl Eq for Cluster
impl StructuralPartialEq for Cluster
Auto Trait Implementations§
impl Freeze for Cluster
impl RefUnwindSafe for Cluster
impl Send for Cluster
impl Sync for Cluster
impl Unpin for Cluster
impl UnwindSafe for Cluster
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