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