pub struct ExpandingClassification<const USER: bool = false> { /* private fields */ }
Expand description
Expanding classification type
Implementations§
Trait Implementations§
source§impl<const USER: bool> Clone for ExpandingClassification<USER>
impl<const USER: bool> Clone for ExpandingClassification<USER>
source§fn clone(&self) -> ExpandingClassification<USER>
fn clone(&self) -> ExpandingClassification<USER>
Returns a copy 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<const USER: bool> Debug for ExpandingClassification<USER>
impl<const USER: bool> Debug for ExpandingClassification<USER>
source§impl<const USER: bool> Described<ElasticMeta> for ExpandingClassification<USER>
impl<const USER: bool> Described<ElasticMeta> for ExpandingClassification<USER>
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for ExpandingClassification
impl<'de> Deserialize<'de> for ExpandingClassification
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<const USER: bool> PartialEq for ExpandingClassification<USER>
impl<const USER: bool> PartialEq for ExpandingClassification<USER>
source§fn eq(&self, other: &ExpandingClassification<USER>) -> bool
fn eq(&self, other: &ExpandingClassification<USER>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<const USER: bool> Serialize for ExpandingClassification<USER>
impl<const USER: bool> Serialize for ExpandingClassification<USER>
impl<const USER: bool> StructuralPartialEq for ExpandingClassification<USER>
Auto Trait Implementations§
impl<const USER: bool> RefUnwindSafe for ExpandingClassification<USER>
impl<const USER: bool> Send for ExpandingClassification<USER>
impl<const USER: bool> Sync for ExpandingClassification<USER>
impl<const USER: bool> Unpin for ExpandingClassification<USER>
impl<const USER: bool> UnwindSafe for ExpandingClassification<USER>
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