pub struct IndexWriteResult {
pub path: PathBuf,
pub status: IndexWriteStatus,
pub user_entries: usize,
pub project_entries: usize,
}Fields§
§path: PathBuf§status: IndexWriteStatus§user_entries: usize§project_entries: usizeTrait Implementations§
Source§impl Clone for IndexWriteResult
impl Clone for IndexWriteResult
Source§fn clone(&self) -> IndexWriteResult
fn clone(&self) -> IndexWriteResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IndexWriteResult
impl RefUnwindSafe for IndexWriteResult
impl Send for IndexWriteResult
impl Sync for IndexWriteResult
impl Unpin for IndexWriteResult
impl UnsafeUnpin for IndexWriteResult
impl UnwindSafe for IndexWriteResult
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