pub enum TransferredEntityIndicator {
NoDifference,
Difference,
Unspecified(u8),
}Expand description
UID 301
Variants§
Trait Implementations§
Source§impl Clone for TransferredEntityIndicator
impl Clone for TransferredEntityIndicator
Source§fn clone(&self) -> TransferredEntityIndicator
fn clone(&self) -> TransferredEntityIndicator
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 TransferredEntityIndicator
impl Debug for TransferredEntityIndicator
Source§impl Default for TransferredEntityIndicator
impl Default for TransferredEntityIndicator
Source§impl Display for TransferredEntityIndicator
impl Display for TransferredEntityIndicator
Source§impl From<TransferredEntityIndicator> for u8
impl From<TransferredEntityIndicator> for u8
Source§fn from(value: TransferredEntityIndicator) -> Self
fn from(value: TransferredEntityIndicator) -> Self
Converts to this type from the input type.
Source§impl From<u8> for TransferredEntityIndicator
impl From<u8> for TransferredEntityIndicator
Source§impl Hash for TransferredEntityIndicator
impl Hash for TransferredEntityIndicator
impl Copy for TransferredEntityIndicator
impl Eq for TransferredEntityIndicator
impl StructuralPartialEq for TransferredEntityIndicator
Auto Trait Implementations§
impl Freeze for TransferredEntityIndicator
impl RefUnwindSafe for TransferredEntityIndicator
impl Send for TransferredEntityIndicator
impl Sync for TransferredEntityIndicator
impl Unpin for TransferredEntityIndicator
impl UnwindSafe for TransferredEntityIndicator
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