pub enum UAStateChangeUpdateIndicator {
StateUpdate,
ChangedDataUpdate,
Unspecified(u8),
}Expand description
UID 143
Variants§
Trait Implementations§
Source§impl Clone for UAStateChangeUpdateIndicator
impl Clone for UAStateChangeUpdateIndicator
Source§fn clone(&self) -> UAStateChangeUpdateIndicator
fn clone(&self) -> UAStateChangeUpdateIndicator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UAStateChangeUpdateIndicator
impl Debug for UAStateChangeUpdateIndicator
Source§impl From<UAStateChangeUpdateIndicator> for u8
impl From<UAStateChangeUpdateIndicator> for u8
Source§fn from(value: UAStateChangeUpdateIndicator) -> Self
fn from(value: UAStateChangeUpdateIndicator) -> Self
Converts to this type from the input type.
Source§impl From<u8> for UAStateChangeUpdateIndicator
impl From<u8> for UAStateChangeUpdateIndicator
Source§impl Hash for UAStateChangeUpdateIndicator
impl Hash for UAStateChangeUpdateIndicator
Source§impl PartialEq for UAStateChangeUpdateIndicator
impl PartialEq for UAStateChangeUpdateIndicator
Source§fn eq(&self, other: &UAStateChangeUpdateIndicator) -> bool
fn eq(&self, other: &UAStateChangeUpdateIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UAStateChangeUpdateIndicator
impl Eq for UAStateChangeUpdateIndicator
impl StructuralPartialEq for UAStateChangeUpdateIndicator
Auto Trait Implementations§
impl Freeze for UAStateChangeUpdateIndicator
impl RefUnwindSafe for UAStateChangeUpdateIndicator
impl Send for UAStateChangeUpdateIndicator
impl Sync for UAStateChangeUpdateIndicator
impl Unpin for UAStateChangeUpdateIndicator
impl UnsafeUnpin for UAStateChangeUpdateIndicator
impl UnwindSafe for UAStateChangeUpdateIndicator
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