pub struct ParseFileCapsError(/* private fields */);Expand description
Represents an error when parsing a FileCaps object from a string.
Trait Implementations§
Source§impl Clone for ParseFileCapsError
impl Clone for ParseFileCapsError
Source§fn clone(&self) -> ParseFileCapsError
fn clone(&self) -> ParseFileCapsError
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 ParseFileCapsError
impl Debug for ParseFileCapsError
Source§impl Display for ParseFileCapsError
impl Display for ParseFileCapsError
Source§impl Error for ParseFileCapsError
impl Error for ParseFileCapsError
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 Hash for ParseFileCapsError
impl Hash for ParseFileCapsError
Source§impl PartialEq for ParseFileCapsError
impl PartialEq for ParseFileCapsError
impl Eq for ParseFileCapsError
impl StructuralPartialEq for ParseFileCapsError
Auto Trait Implementations§
impl Freeze for ParseFileCapsError
impl RefUnwindSafe for ParseFileCapsError
impl Send for ParseFileCapsError
impl Sync for ParseFileCapsError
impl Unpin for ParseFileCapsError
impl UnwindSafe for ParseFileCapsError
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