pub enum ActiveInterrogationIndicator {
NotActive,
Active,
Unspecified(u8),
}Expand description
UID 389
Variants§
Trait Implementations§
Source§impl Clone for ActiveInterrogationIndicator
impl Clone for ActiveInterrogationIndicator
Source§fn clone(&self) -> ActiveInterrogationIndicator
fn clone(&self) -> ActiveInterrogationIndicator
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 ActiveInterrogationIndicator
impl Debug for ActiveInterrogationIndicator
Source§impl From<ActiveInterrogationIndicator> for u8
impl From<ActiveInterrogationIndicator> for u8
Source§fn from(value: ActiveInterrogationIndicator) -> Self
fn from(value: ActiveInterrogationIndicator) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ActiveInterrogationIndicator
impl From<u8> for ActiveInterrogationIndicator
Source§impl Hash for ActiveInterrogationIndicator
impl Hash for ActiveInterrogationIndicator
Source§impl PartialEq for ActiveInterrogationIndicator
impl PartialEq for ActiveInterrogationIndicator
Source§fn eq(&self, other: &ActiveInterrogationIndicator) -> bool
fn eq(&self, other: &ActiveInterrogationIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ActiveInterrogationIndicator
impl Eq for ActiveInterrogationIndicator
impl StructuralPartialEq for ActiveInterrogationIndicator
Auto Trait Implementations§
impl Freeze for ActiveInterrogationIndicator
impl RefUnwindSafe for ActiveInterrogationIndicator
impl Send for ActiveInterrogationIndicator
impl Sync for ActiveInterrogationIndicator
impl Unpin for ActiveInterrogationIndicator
impl UnwindSafe for ActiveInterrogationIndicator
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