pub struct InvalidOpaque;Expand description
A stale opaque handle.
Trait Implementations§
Source§impl Clone for InvalidOpaque
impl Clone for InvalidOpaque
Source§fn clone(&self) -> InvalidOpaque
fn clone(&self) -> InvalidOpaque
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 moreimpl Copy for InvalidOpaque
Source§impl Debug for InvalidOpaque
impl Debug for InvalidOpaque
Source§impl Display for InvalidOpaque
impl Display for InvalidOpaque
Source§impl Error for InvalidOpaque
impl Error for InvalidOpaque
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()
Auto Trait Implementations§
impl Freeze for InvalidOpaque
impl RefUnwindSafe for InvalidOpaque
impl Send for InvalidOpaque
impl Sync for InvalidOpaque
impl Unpin for InvalidOpaque
impl UnsafeUnpin for InvalidOpaque
impl UnwindSafe for InvalidOpaque
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