Enum fs_extra::dir::TransitState
source · [−]pub enum TransitState {
Normal,
Exists,
NoAccess,
}
Expand description
Variants
Normal
Standart state.
Exists
Pause state when destination path is exist.
NoAccess
Pause state when current process does not have the permission rights to acess from or to path.
Trait Implementations
sourceimpl Clone for TransitState
impl Clone for TransitState
sourcefn clone(&self) -> TransitState
fn clone(&self) -> TransitState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Hash for TransitState
impl Hash for TransitState
sourceimpl PartialEq<TransitState> for TransitState
impl PartialEq<TransitState> for TransitState
impl Eq for TransitState
impl StructuralEq for TransitState
impl StructuralPartialEq for TransitState
Auto Trait Implementations
impl RefUnwindSafe for TransitState
impl Send for TransitState
impl Sync for TransitState
impl Unpin for TransitState
impl UnwindSafe for TransitState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more