Enum windows_capture::settings::SettingsErrors
source · pub enum SettingsErrors {
ConvertFailed,
}Expand description
Used To Handle Settings Errors
Variants§
ConvertFailed
Trait Implementations§
source§impl Clone for SettingsErrors
impl Clone for SettingsErrors
source§fn clone(&self) -> SettingsErrors
fn clone(&self) -> SettingsErrors
Returns a copy 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 SettingsErrors
impl Debug for SettingsErrors
source§impl Display for SettingsErrors
impl Display for SettingsErrors
source§impl Error for SettingsErrors
impl Error for SettingsErrors
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 SettingsErrors
impl PartialEq for SettingsErrors
source§fn eq(&self, other: &SettingsErrors) -> bool
fn eq(&self, other: &SettingsErrors) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SettingsErrors
impl Eq for SettingsErrors
impl StructuralEq for SettingsErrors
impl StructuralPartialEq for SettingsErrors
Auto Trait Implementations§
impl RefUnwindSafe for SettingsErrors
impl Send for SettingsErrors
impl Sync for SettingsErrors
impl Unpin for SettingsErrors
impl UnwindSafe for SettingsErrors
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