pub struct ParseThemeRoleError;Expand description
Error returned when parsing a theme role fails.
Trait Implementations§
Source§impl Clone for ParseThemeRoleError
impl Clone for ParseThemeRoleError
Source§fn clone(&self) -> ParseThemeRoleError
fn clone(&self) -> ParseThemeRoleError
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 ParseThemeRoleError
Source§impl Debug for ParseThemeRoleError
impl Debug for ParseThemeRoleError
Source§impl Display for ParseThemeRoleError
impl Display for ParseThemeRoleError
impl Eq for ParseThemeRoleError
Source§impl Error for ParseThemeRoleError
impl Error for ParseThemeRoleError
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 ParseThemeRoleError
impl PartialEq for ParseThemeRoleError
impl StructuralPartialEq for ParseThemeRoleError
Auto Trait Implementations§
impl Freeze for ParseThemeRoleError
impl RefUnwindSafe for ParseThemeRoleError
impl Send for ParseThemeRoleError
impl Sync for ParseThemeRoleError
impl Unpin for ParseThemeRoleError
impl UnsafeUnpin for ParseThemeRoleError
impl UnwindSafe for ParseThemeRoleError
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