pub struct NonUtf8OsStrError { /* private fields */ }Trait Implementations§
Source§impl Debug for NonUtf8OsStrError
impl Debug for NonUtf8OsStrError
Source§impl Display for NonUtf8OsStrError
impl Display for NonUtf8OsStrError
Source§impl Error for NonUtf8OsStrError
impl Error for NonUtf8OsStrError
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<NonUtf8OsStrError> for FormatError
impl From<NonUtf8OsStrError> for FormatError
Source§fn from(value: NonUtf8OsStrError) -> Self
fn from(value: NonUtf8OsStrError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NonUtf8OsStrError
impl RefUnwindSafe for NonUtf8OsStrError
impl Send for NonUtf8OsStrError
impl Sync for NonUtf8OsStrError
impl Unpin for NonUtf8OsStrError
impl UnwindSafe for NonUtf8OsStrError
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