pub struct InvalidHandle;Expand description
Invalid handle value
Trait Implementations§
Source§impl Clone for InvalidHandle
impl Clone for InvalidHandle
Source§fn clone(&self) -> InvalidHandle
fn clone(&self) -> InvalidHandle
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 InvalidHandle
impl Debug for InvalidHandle
Source§impl Display for InvalidHandle
impl Display for InvalidHandle
Source§impl Error for InvalidHandle
impl Error for InvalidHandle
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 Format for InvalidHandle
impl Format for InvalidHandle
Source§impl From<InvalidHandle> for Error
impl From<InvalidHandle> for Error
Source§fn from(value: InvalidHandle) -> Self
fn from(value: InvalidHandle) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InvalidHandle
impl PartialEq for InvalidHandle
impl StructuralPartialEq for InvalidHandle
Auto Trait Implementations§
impl Freeze for InvalidHandle
impl RefUnwindSafe for InvalidHandle
impl Send for InvalidHandle
impl Sync for InvalidHandle
impl Unpin for InvalidHandle
impl UnwindSafe for InvalidHandle
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