Enum jj_lib::repo_path::FsPathParseError
source · pub enum FsPathParseError {
InputNotInRepo(PathBuf),
}
Variants§
Trait Implementations§
source§impl Clone for FsPathParseError
impl Clone for FsPathParseError
source§fn clone(&self) -> FsPathParseError
fn clone(&self) -> FsPathParseError
Returns a copy 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 FsPathParseError
impl Debug for FsPathParseError
source§impl Display for FsPathParseError
impl Display for FsPathParseError
source§impl Error for FsPathParseError
impl Error for FsPathParseError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 FsPathParseError
impl PartialEq for FsPathParseError
source§fn eq(&self, other: &FsPathParseError) -> bool
fn eq(&self, other: &FsPathParseError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FsPathParseError
impl StructuralEq for FsPathParseError
impl StructuralPartialEq for FsPathParseError
Auto Trait Implementations§
impl RefUnwindSafe for FsPathParseError
impl Send for FsPathParseError
impl Sync for FsPathParseError
impl Unpin for FsPathParseError
impl UnwindSafe for FsPathParseError
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