Enum dis_rs::enumerations::ChangeIndicator
source · pub enum ChangeIndicator {
InitialReportorNoChangeSinceLastIssuance,
ChangeSinceLastIssuance,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for ChangeIndicator
impl Clone for ChangeIndicator
source§fn clone(&self) -> ChangeIndicator
fn clone(&self) -> ChangeIndicator
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 ChangeIndicator
impl Debug for ChangeIndicator
source§impl Default for ChangeIndicator
impl Default for ChangeIndicator
source§impl Display for ChangeIndicator
impl Display for ChangeIndicator
source§impl From<ChangeIndicator> for u8
impl From<ChangeIndicator> for u8
source§fn from(value: ChangeIndicator) -> Self
fn from(value: ChangeIndicator) -> Self
Converts to this type from the input type.
source§impl From<u8> for ChangeIndicator
impl From<u8> for ChangeIndicator
source§impl Hash for ChangeIndicator
impl Hash for ChangeIndicator
source§impl PartialEq for ChangeIndicator
impl PartialEq for ChangeIndicator
source§fn eq(&self, other: &ChangeIndicator) -> bool
fn eq(&self, other: &ChangeIndicator) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ChangeIndicator
impl Eq for ChangeIndicator
impl StructuralEq for ChangeIndicator
impl StructuralPartialEq for ChangeIndicator
Auto Trait Implementations§
impl RefUnwindSafe for ChangeIndicator
impl Send for ChangeIndicator
impl Sync for ChangeIndicator
impl Unpin for ChangeIndicator
impl UnwindSafe for ChangeIndicator
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