pub struct ParseResourceTypeError;
Expand description
An error occurred while parsing a resource type.
This may be caused by:
- The input string not being 4 characters long
Trait Implementations§
Source§impl Debug for ParseResourceTypeError
impl Debug for ParseResourceTypeError
Source§impl Display for ParseResourceTypeError
impl Display for ParseResourceTypeError
Source§impl Error for ParseResourceTypeError
impl Error for ParseResourceTypeError
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 ParseResourceTypeError
impl RefUnwindSafe for ParseResourceTypeError
impl Send for ParseResourceTypeError
impl Sync for ParseResourceTypeError
impl Unpin for ParseResourceTypeError
impl UnwindSafe for ParseResourceTypeError
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