pub struct NLargestCount { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for NLargestCount
impl Clone for NLargestCount
Source§fn clone(&self) -> NLargestCount
fn clone(&self) -> NLargestCount
Returns a duplicate of the value. Read more
1.0.0 · 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 NLargestCount
impl Debug for NLargestCount
Source§impl Default for NLargestCount
impl Default for NLargestCount
Source§fn default() -> NLargestCount
fn default() -> NLargestCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NLargestCount
impl<'de> Deserialize<'de> for NLargestCount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NLargestCount
impl Display for NLargestCount
Source§impl PartialEq for NLargestCount
impl PartialEq for NLargestCount
Source§impl Serialize for NLargestCount
impl Serialize for NLargestCount
impl StructuralPartialEq for NLargestCount
Auto Trait Implementations§
impl Freeze for NLargestCount
impl RefUnwindSafe for NLargestCount
impl Send for NLargestCount
impl Sync for NLargestCount
impl Unpin for NLargestCount
impl UnwindSafe for NLargestCount
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