pub enum ReceivePackUnpackStatus {
Ok,
Error(String),
}Variants§
Trait Implementations§
Source§impl Clone for ReceivePackUnpackStatus
impl Clone for ReceivePackUnpackStatus
Source§fn clone(&self) -> ReceivePackUnpackStatus
fn clone(&self) -> ReceivePackUnpackStatus
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 ReceivePackUnpackStatus
impl Debug for ReceivePackUnpackStatus
impl Eq for ReceivePackUnpackStatus
Source§impl PartialEq for ReceivePackUnpackStatus
impl PartialEq for ReceivePackUnpackStatus
Source§fn eq(&self, other: &ReceivePackUnpackStatus) -> bool
fn eq(&self, other: &ReceivePackUnpackStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReceivePackUnpackStatus
Auto Trait Implementations§
impl Freeze for ReceivePackUnpackStatus
impl RefUnwindSafe for ReceivePackUnpackStatus
impl Send for ReceivePackUnpackStatus
impl Sync for ReceivePackUnpackStatus
impl Unpin for ReceivePackUnpackStatus
impl UnsafeUnpin for ReceivePackUnpackStatus
impl UnwindSafe for ReceivePackUnpackStatus
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