struct CellSpec {
name: String,
matches: CellMatches,
subcells: Vec<CellSpec>,
}Fields§
§name: String§matches: CellMatches§subcells: Vec<CellSpec>Trait Implementations§
impl Eq for CellSpec
impl StructuralPartialEq for CellSpec
Auto Trait Implementations§
impl Freeze for CellSpec
impl RefUnwindSafe for CellSpec
impl Send for CellSpec
impl Sync for CellSpec
impl Unpin for CellSpec
impl UnsafeUnpin for CellSpec
impl UnwindSafe for CellSpec
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