pub enum ProbeErrorKind {
Unavailable,
SocketCreate,
Bind,
Join,
Send,
Receive,
InvalidData,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for ProbeErrorKind
impl Clone for ProbeErrorKind
Source§fn clone(&self) -> ProbeErrorKind
fn clone(&self) -> ProbeErrorKind
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 ProbeErrorKind
impl Debug for ProbeErrorKind
Source§impl PartialEq for ProbeErrorKind
impl PartialEq for ProbeErrorKind
impl Copy for ProbeErrorKind
impl Eq for ProbeErrorKind
impl StructuralPartialEq for ProbeErrorKind
Auto Trait Implementations§
impl Freeze for ProbeErrorKind
impl RefUnwindSafe for ProbeErrorKind
impl Send for ProbeErrorKind
impl Sync for ProbeErrorKind
impl Unpin for ProbeErrorKind
impl UnsafeUnpin for ProbeErrorKind
impl UnwindSafe for ProbeErrorKind
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