#[repr(u8)]pub enum PubCompReason {
Success = 0,
PacketIdentifierNotFound = 1,
}
Expand description
Return code in PubComp
Variants§
Trait Implementations§
Source§impl Clone for PubCompReason
impl Clone for PubCompReason
Source§fn clone(&self) -> PubCompReason
fn clone(&self) -> PubCompReason
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 PubCompReason
impl Debug for PubCompReason
Source§impl PartialEq for PubCompReason
impl PartialEq for PubCompReason
impl Copy for PubCompReason
impl Eq for PubCompReason
impl StructuralPartialEq for PubCompReason
Auto Trait Implementations§
impl Freeze for PubCompReason
impl RefUnwindSafe for PubCompReason
impl Send for PubCompReason
impl Sync for PubCompReason
impl Unpin for PubCompReason
impl UnwindSafe for PubCompReason
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