pub enum BuildSourceDirectoryError {
TargetDoesNotExists,
TargetIsNotADirectory,
DirectoryNotAccessable,
}
Variants§
Trait Implementations§
Source§impl Clone for BuildSourceDirectoryError
impl Clone for BuildSourceDirectoryError
Source§fn clone(&self) -> BuildSourceDirectoryError
fn clone(&self) -> BuildSourceDirectoryError
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 BuildSourceDirectoryError
impl Debug for BuildSourceDirectoryError
Source§impl Ord for BuildSourceDirectoryError
impl Ord for BuildSourceDirectoryError
Source§fn cmp(&self, other: &BuildSourceDirectoryError) -> Ordering
fn cmp(&self, other: &BuildSourceDirectoryError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for BuildSourceDirectoryError
impl PartialOrd for BuildSourceDirectoryError
impl Copy for BuildSourceDirectoryError
impl Eq for BuildSourceDirectoryError
impl StructuralPartialEq for BuildSourceDirectoryError
Auto Trait Implementations§
impl Freeze for BuildSourceDirectoryError
impl RefUnwindSafe for BuildSourceDirectoryError
impl Send for BuildSourceDirectoryError
impl Sync for BuildSourceDirectoryError
impl Unpin for BuildSourceDirectoryError
impl UnwindSafe for BuildSourceDirectoryError
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