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