pub struct UpdateIndexResult {
pub entries: usize,
pub updated: Vec<ObjectId>,
}Fields§
§entries: usize§updated: Vec<ObjectId>Trait Implementations§
Source§impl Clone for UpdateIndexResult
impl Clone for UpdateIndexResult
Source§fn clone(&self) -> UpdateIndexResult
fn clone(&self) -> UpdateIndexResult
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 moreSource§impl Debug for UpdateIndexResult
impl Debug for UpdateIndexResult
impl Eq for UpdateIndexResult
Source§impl PartialEq for UpdateIndexResult
impl PartialEq for UpdateIndexResult
Source§fn eq(&self, other: &UpdateIndexResult) -> bool
fn eq(&self, other: &UpdateIndexResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateIndexResult
Auto Trait Implementations§
impl Freeze for UpdateIndexResult
impl RefUnwindSafe for UpdateIndexResult
impl Send for UpdateIndexResult
impl Sync for UpdateIndexResult
impl Unpin for UpdateIndexResult
impl UnsafeUnpin for UpdateIndexResult
impl UnwindSafe for UpdateIndexResult
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