pub struct SupportCounts { /* private fields */ }Expand description
Which horizontal caps a model actually has elements for.
Counts, not a decision about which checks to run: the capability decides that a cap check without any slab is not worth reporting per space.
Implementations§
Trait Implementations§
Source§impl Clone for SupportCounts
impl Clone for SupportCounts
Source§fn clone(&self) -> SupportCounts
fn clone(&self) -> SupportCounts
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 SupportCounts
impl Debug for SupportCounts
Source§impl PartialEq for SupportCounts
impl PartialEq for SupportCounts
impl StructuralPartialEq for SupportCounts
Auto Trait Implementations§
impl Freeze for SupportCounts
impl RefUnwindSafe for SupportCounts
impl Send for SupportCounts
impl Sync for SupportCounts
impl Unpin for SupportCounts
impl UnsafeUnpin for SupportCounts
impl UnwindSafe for SupportCounts
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