pub struct PutVersionOptions {
pub upsert: bool,
}Fields§
§upsert: boolTrait Implementations§
Source§impl Clone for PutVersionOptions
impl Clone for PutVersionOptions
Source§fn clone(&self) -> PutVersionOptions
fn clone(&self) -> PutVersionOptions
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 moreimpl Copy for PutVersionOptions
Source§impl Debug for PutVersionOptions
impl Debug for PutVersionOptions
Source§impl Default for PutVersionOptions
impl Default for PutVersionOptions
Source§fn default() -> PutVersionOptions
fn default() -> PutVersionOptions
Returns the “default value” for a type. Read more
impl Eq for PutVersionOptions
Source§impl PartialEq for PutVersionOptions
impl PartialEq for PutVersionOptions
Source§fn eq(&self, other: &PutVersionOptions) -> bool
fn eq(&self, other: &PutVersionOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutVersionOptions
Auto Trait Implementations§
impl Freeze for PutVersionOptions
impl RefUnwindSafe for PutVersionOptions
impl Send for PutVersionOptions
impl Sync for PutVersionOptions
impl Unpin for PutVersionOptions
impl UnsafeUnpin for PutVersionOptions
impl UnwindSafe for PutVersionOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.