Enum sep2_common::packages::der::AbnormalCategory
source · #[repr(u8)]pub enum AbnormalCategory {
NotSpecified = 0,
CategoryOne = 1,
CategoryTwo = 2,
CategoryThree = 3,
}
Available on crate feature
der
only.Variants§
Trait Implementations§
source§impl Clone for AbnormalCategory
impl Clone for AbnormalCategory
source§fn clone(&self) -> AbnormalCategory
fn clone(&self) -> AbnormalCategory
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 AbnormalCategory
impl Debug for AbnormalCategory
source§impl Default for AbnormalCategory
impl Default for AbnormalCategory
source§fn default() -> AbnormalCategory
fn default() -> AbnormalCategory
Returns the “default value” for a type. Read more
source§impl PartialEq<AbnormalCategory> for AbnormalCategory
impl PartialEq<AbnormalCategory> for AbnormalCategory
source§fn eq(&self, other: &AbnormalCategory) -> bool
fn eq(&self, other: &AbnormalCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for AbnormalCategory
impl YaDeserialize for AbnormalCategory
source§impl YaSerialize for AbnormalCategory
impl YaSerialize for AbnormalCategory
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Copy for AbnormalCategory
impl Eq for AbnormalCategory
impl StructuralEq for AbnormalCategory
impl StructuralPartialEq for AbnormalCategory
Auto Trait Implementations§
impl RefUnwindSafe for AbnormalCategory
impl Send for AbnormalCategory
impl Sync for AbnormalCategory
impl Unpin for AbnormalCategory
impl UnwindSafe for AbnormalCategory
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