pub struct StripSuffixError;Expand description
An attempt was made to strip a suffix that wasn’t actually a suffix.
Trait Implementations§
Source§impl Clone for StripSuffixError
impl Clone for StripSuffixError
Source§fn clone(&self) -> StripSuffixError
fn clone(&self) -> StripSuffixError
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 StripSuffixError
impl Debug for StripSuffixError
Source§impl Display for StripSuffixError
impl Display for StripSuffixError
Source§impl Fail for StripSuffixError
impl Fail for StripSuffixError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for StripSuffixError
impl PartialEq for StripSuffixError
impl Copy for StripSuffixError
impl Eq for StripSuffixError
impl StructuralPartialEq for StripSuffixError
Auto Trait Implementations§
impl Freeze for StripSuffixError
impl RefUnwindSafe for StripSuffixError
impl Send for StripSuffixError
impl Sync for StripSuffixError
impl Unpin for StripSuffixError
impl UnwindSafe for StripSuffixError
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