pub struct ConflictKey {
pub key: DocKey,
pub expected_version: Option<i64>,
pub actual_version: Option<i64>,
}Fields§
§key: DocKey§expected_version: Option<i64>§actual_version: Option<i64>Trait Implementations§
Source§impl Clone for ConflictKey
impl Clone for ConflictKey
Source§fn clone(&self) -> ConflictKey
fn clone(&self) -> ConflictKey
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 ConflictKey
impl RefUnwindSafe for ConflictKey
impl Send for ConflictKey
impl Sync for ConflictKey
impl Unpin for ConflictKey
impl UnsafeUnpin for ConflictKey
impl UnwindSafe for ConflictKey
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