pub enum PlainTextError {
Empty,
ContainsControl,
}Variants§
Trait Implementations§
Source§impl Clone for PlainTextError
impl Clone for PlainTextError
impl Copy for PlainTextError
Source§impl Debug for PlainTextError
impl Debug for PlainTextError
Source§impl Display for PlainTextError
impl Display for PlainTextError
impl Eq for PlainTextError
Source§impl Error for PlainTextError
impl Error for PlainTextError
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 PlainTextError
impl PartialEq for PlainTextError
impl StructuralPartialEq for PlainTextError
Auto Trait Implementations§
impl Freeze for PlainTextError
impl RefUnwindSafe for PlainTextError
impl Send for PlainTextError
impl Sync for PlainTextError
impl Unpin for PlainTextError
impl UnsafeUnpin for PlainTextError
impl UnwindSafe for PlainTextError
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