pub struct CellMetaData {
pub kind: String,
pub population: String,
pub type_id: u64,
}Expand description
Metadata about cell, mostly info discarded during generation
Fields§
§kind: Stringcell kind
population: Stringpopulation name
type_id: u64cell type label
Implementations§
Trait Implementations§
Source§impl Debug for CellMetaData
impl Debug for CellMetaData
Auto Trait Implementations§
impl Freeze for CellMetaData
impl RefUnwindSafe for CellMetaData
impl Send for CellMetaData
impl Sync for CellMetaData
impl Unpin for CellMetaData
impl UnsafeUnpin for CellMetaData
impl UnwindSafe for CellMetaData
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