Enum nitf_rs::types::ClassificationReason
source · pub enum ClassificationReason {
DEFAULT,
VALID,
}
Expand description
Reason for classification
Variants§
Trait Implementations§
source§impl Clone for ClassificationReason
impl Clone for ClassificationReason
source§fn clone(&self) -> ClassificationReason
fn clone(&self) -> ClassificationReason
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 ClassificationReason
impl Debug for ClassificationReason
source§impl Default for ClassificationReason
impl Default for ClassificationReason
source§fn default() -> ClassificationReason
fn default() -> ClassificationReason
Returns the “default value” for a type. Read more
source§impl FromStr for ClassificationReason
impl FromStr for ClassificationReason
source§impl PartialEq for ClassificationReason
impl PartialEq for ClassificationReason
source§fn eq(&self, other: &ClassificationReason) -> bool
fn eq(&self, other: &ClassificationReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ClassificationReason
impl StructuralEq for ClassificationReason
impl StructuralPartialEq for ClassificationReason
Auto Trait Implementations§
impl RefUnwindSafe for ClassificationReason
impl Send for ClassificationReason
impl Sync for ClassificationReason
impl Unpin for ClassificationReason
impl UnwindSafe for ClassificationReason
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