pub struct BuiltInCssChecks {
pub code_id: &'static str,
pub num_cols: usize,
pub hx: Vec<Vec<usize>>,
pub hz: Vec<Vec<usize>>,
}Fields§
§code_id: &'static str§num_cols: usize§hx: Vec<Vec<usize>>§hz: Vec<Vec<usize>>Trait Implementations§
Source§impl Clone for BuiltInCssChecks
impl Clone for BuiltInCssChecks
Source§fn clone(&self) -> BuiltInCssChecks
fn clone(&self) -> BuiltInCssChecks
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 BuiltInCssChecks
impl Debug for BuiltInCssChecks
impl Eq for BuiltInCssChecks
Source§impl PartialEq for BuiltInCssChecks
impl PartialEq for BuiltInCssChecks
impl StructuralPartialEq for BuiltInCssChecks
Auto Trait Implementations§
impl Freeze for BuiltInCssChecks
impl RefUnwindSafe for BuiltInCssChecks
impl Send for BuiltInCssChecks
impl Sync for BuiltInCssChecks
impl Unpin for BuiltInCssChecks
impl UnsafeUnpin for BuiltInCssChecks
impl UnwindSafe for BuiltInCssChecks
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