#[repr(u8)]pub enum PublishCompleteReason {
Success = 0,
PacketIdentifierNotFound = 146,
}
Variants§
Trait Implementations§
Source§impl Clone for PublishCompleteReason
impl Clone for PublishCompleteReason
Source§fn clone(&self) -> PublishCompleteReason
fn clone(&self) -> PublishCompleteReason
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 PublishCompleteReason
impl Debug for PublishCompleteReason
Source§impl PartialEq for PublishCompleteReason
impl PartialEq for PublishCompleteReason
Source§impl TryFrom<u8> for PublishCompleteReason
impl TryFrom<u8> for PublishCompleteReason
Source§type Error = TryFromPrimitiveError<PublishCompleteReason>
type Error = TryFromPrimitiveError<PublishCompleteReason>
The type returned in the event of a conversion error.
impl Copy for PublishCompleteReason
impl StructuralPartialEq for PublishCompleteReason
Auto Trait Implementations§
impl Freeze for PublishCompleteReason
impl RefUnwindSafe for PublishCompleteReason
impl Send for PublishCompleteReason
impl Sync for PublishCompleteReason
impl Unpin for PublishCompleteReason
impl UnwindSafe for PublishCompleteReason
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