Struct dioxus_desktop::tao::error::NotSupportedError
pub struct NotSupportedError { /* private fields */ }Expand description
The error type for when the requested operation is not supported by the backend.
Trait Implementations§
§impl Clone for NotSupportedError
impl Clone for NotSupportedError
§fn clone(&self) -> NotSupportedError
fn clone(&self) -> NotSupportedError
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 more§impl Debug for NotSupportedError
impl Debug for NotSupportedError
§impl Display for NotSupportedError
impl Display for NotSupportedError
§impl Error for NotSupportedError
impl Error for NotSupportedError
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()