#[repr(u8)]pub enum DiagnosticMessagePositiveAckCode {
RoutingConfirmationAck,
Reserved(u8),
}Variants§
Trait Implementations§
Source§impl Clone for DiagnosticMessagePositiveAckCode
impl Clone for DiagnosticMessagePositiveAckCode
Source§fn clone(&self) -> DiagnosticMessagePositiveAckCode
fn clone(&self) -> DiagnosticMessagePositiveAckCode
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 From<u8> for DiagnosticMessagePositiveAckCode
impl From<u8> for DiagnosticMessagePositiveAckCode
Source§impl PartialEq for DiagnosticMessagePositiveAckCode
impl PartialEq for DiagnosticMessagePositiveAckCode
Source§fn eq(&self, other: &DiagnosticMessagePositiveAckCode) -> bool
fn eq(&self, other: &DiagnosticMessagePositiveAckCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DiagnosticMessagePositiveAckCode
impl Eq for DiagnosticMessagePositiveAckCode
impl StructuralPartialEq for DiagnosticMessagePositiveAckCode
Auto Trait Implementations§
impl Freeze for DiagnosticMessagePositiveAckCode
impl RefUnwindSafe for DiagnosticMessagePositiveAckCode
impl Send for DiagnosticMessagePositiveAckCode
impl Sync for DiagnosticMessagePositiveAckCode
impl Unpin for DiagnosticMessagePositiveAckCode
impl UnwindSafe for DiagnosticMessagePositiveAckCode
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