struct CellConfig {
specs: Vec<CellSpec>,
}Fields§
§specs: Vec<CellSpec>Trait Implementations§
Source§impl Clone for CellConfig
impl Clone for CellConfig
Source§fn clone(&self) -> CellConfig
fn clone(&self) -> CellConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CellConfig
impl Debug for CellConfig
Auto Trait Implementations§
impl Freeze for CellConfig
impl RefUnwindSafe for CellConfig
impl Send for CellConfig
impl Sync for CellConfig
impl Unpin for CellConfig
impl UnsafeUnpin for CellConfig
impl UnwindSafe for CellConfig
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