pub struct InvalidRaw;
Expand description
Returned when a function was unable to convert a string to a Raw
.
Trait Implementations§
Source§impl Debug for InvalidRaw
impl Debug for InvalidRaw
Source§impl Display for InvalidRaw
impl Display for InvalidRaw
Source§impl Error for InvalidRaw
impl Error for InvalidRaw
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 From<InvalidRaw> for Error
impl From<InvalidRaw> for Error
Source§fn from(err: InvalidRaw) -> Self
fn from(err: InvalidRaw) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidRaw
impl RefUnwindSafe for InvalidRaw
impl Send for InvalidRaw
impl Sync for InvalidRaw
impl Unpin for InvalidRaw
impl UnwindSafe for InvalidRaw
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