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