pub enum UnhandledFileState {
Conflicted {
path: String,
},
}
Expand description
Unhandled file state that prevents sync
Variants§
Trait Implementations§
Source§impl Clone for UnhandledFileState
impl Clone for UnhandledFileState
Source§fn clone(&self) -> UnhandledFileState
fn clone(&self) -> UnhandledFileState
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 UnhandledFileState
impl Debug for UnhandledFileState
Source§impl PartialEq for UnhandledFileState
impl PartialEq for UnhandledFileState
impl StructuralPartialEq for UnhandledFileState
Auto Trait Implementations§
impl Freeze for UnhandledFileState
impl RefUnwindSafe for UnhandledFileState
impl Send for UnhandledFileState
impl Sync for UnhandledFileState
impl Unpin for UnhandledFileState
impl UnwindSafe for UnhandledFileState
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