pub enum PlateTextError {
Empty,
}Variants§
Empty
Trait Implementations§
Source§impl Clone for PlateTextError
impl Clone for PlateTextError
Source§fn clone(&self) -> PlateTextError
fn clone(&self) -> PlateTextError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlateTextError
impl Debug for PlateTextError
Source§impl Display for PlateTextError
impl Display for PlateTextError
Source§impl Error for PlateTextError
impl Error for PlateTextError
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 PlateTextError
impl PartialEq for PlateTextError
impl Copy for PlateTextError
impl Eq for PlateTextError
impl StructuralPartialEq for PlateTextError
Auto Trait Implementations§
impl Freeze for PlateTextError
impl RefUnwindSafe for PlateTextError
impl Send for PlateTextError
impl Sync for PlateTextError
impl Unpin for PlateTextError
impl UnsafeUnpin for PlateTextError
impl UnwindSafe for PlateTextError
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