Struct sameold::UnknownSignificanceLevel
source · pub struct UnknownSignificanceLevel {}Expand description
Unknown significance level
The event code is not known, and we were unable to determine a significance level from it.
Trait Implementations§
source§impl Clone for UnknownSignificanceLevel
impl Clone for UnknownSignificanceLevel
source§fn clone(&self) -> UnknownSignificanceLevel
fn clone(&self) -> UnknownSignificanceLevel
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 Debug for UnknownSignificanceLevel
impl Debug for UnknownSignificanceLevel
source§impl Display for UnknownSignificanceLevel
impl Display for UnknownSignificanceLevel
source§impl Error for UnknownSignificanceLevel
impl Error for UnknownSignificanceLevel
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<UnknownSignificanceLevel> for UnknownSignificanceLevel
impl PartialEq<UnknownSignificanceLevel> for UnknownSignificanceLevel
source§fn eq(&self, other: &UnknownSignificanceLevel) -> bool
fn eq(&self, other: &UnknownSignificanceLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UnknownSignificanceLevel
impl StructuralEq for UnknownSignificanceLevel
impl StructuralPartialEq for UnknownSignificanceLevel
Auto Trait Implementations§
impl RefUnwindSafe for UnknownSignificanceLevel
impl Send for UnknownSignificanceLevel
impl Sync for UnknownSignificanceLevel
impl Unpin for UnknownSignificanceLevel
impl UnwindSafe for UnknownSignificanceLevel
Blanket Implementations§
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.