pub enum SentPacketsError {
InvalidAckNum,
}
Variants§
InvalidAckNum
Trait Implementations§
Source§impl Clone for SentPacketsError
impl Clone for SentPacketsError
Source§fn clone(&self) -> SentPacketsError
fn clone(&self) -> SentPacketsError
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 SentPacketsError
impl Debug for SentPacketsError
Source§impl Display for SentPacketsError
impl Display for SentPacketsError
Source§impl Error for SentPacketsError
impl Error for SentPacketsError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for SentPacketsError
impl PartialEq for SentPacketsError
impl Copy for SentPacketsError
impl Eq for SentPacketsError
impl StructuralPartialEq for SentPacketsError
Auto Trait Implementations§
impl Freeze for SentPacketsError
impl RefUnwindSafe for SentPacketsError
impl Send for SentPacketsError
impl Sync for SentPacketsError
impl Unpin for SentPacketsError
impl UnwindSafe for SentPacketsError
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