pub struct AnchoringCounts {
pub unanchored: usize,
pub class: usize,
pub instance: usize,
}Expand description
by_anchoring — the three anchoring levels of §0.0, always all three keys.
Fields§
§unanchored: usize§class: usize§instance: usizeTrait Implementations§
Source§impl Clone for AnchoringCounts
impl Clone for AnchoringCounts
impl Copy for AnchoringCounts
Source§impl Debug for AnchoringCounts
impl Debug for AnchoringCounts
Source§impl Default for AnchoringCounts
impl Default for AnchoringCounts
impl Eq for AnchoringCounts
Source§impl PartialEq for AnchoringCounts
impl PartialEq for AnchoringCounts
Source§impl Serialize for AnchoringCounts
impl Serialize for AnchoringCounts
impl StructuralPartialEq for AnchoringCounts
Auto Trait Implementations§
impl Freeze for AnchoringCounts
impl RefUnwindSafe for AnchoringCounts
impl Send for AnchoringCounts
impl Sync for AnchoringCounts
impl Unpin for AnchoringCounts
impl UnsafeUnpin for AnchoringCounts
impl UnwindSafe for AnchoringCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.