pub struct InvalidCaptureType { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InvalidCaptureType
impl Clone for InvalidCaptureType
Source§fn clone(&self) -> InvalidCaptureType
fn clone(&self) -> InvalidCaptureType
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 InvalidCaptureType
Source§impl Debug for InvalidCaptureType
impl Debug for InvalidCaptureType
Source§impl Display for InvalidCaptureType
impl Display for InvalidCaptureType
impl Eq for InvalidCaptureType
Source§impl Error for InvalidCaptureType
impl Error for InvalidCaptureType
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 InvalidCaptureType
impl PartialEq for InvalidCaptureType
impl StructuralPartialEq for InvalidCaptureType
Auto Trait Implementations§
impl Freeze for InvalidCaptureType
impl RefUnwindSafe for InvalidCaptureType
impl Send for InvalidCaptureType
impl Sync for InvalidCaptureType
impl Unpin for InvalidCaptureType
impl UnsafeUnpin for InvalidCaptureType
impl UnwindSafe for InvalidCaptureType
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