pub struct DeleteRequest<'a> { /* private fields */ }Implementations§
Source§impl<'a> DeleteRequest<'a>
impl<'a> DeleteRequest<'a>
pub fn new(collection_id: u32, key: &'a [u8], vbucket_id: u16) -> Self
pub fn cas(self, cas: u64) -> Self
pub fn on_behalf_of(self, on_behalf_of: &'a str) -> Self
pub fn durability_level(self, durability_level: DurabilityLevel) -> Self
pub fn durability_level_timeout( self, durability_level_timeout: Duration, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for DeleteRequest<'a>
impl<'a> Clone for DeleteRequest<'a>
Source§fn clone(&self) -> DeleteRequest<'a>
fn clone(&self) -> DeleteRequest<'a>
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<'a> Debug for DeleteRequest<'a>
impl<'a> Debug for DeleteRequest<'a>
Source§impl<'a> Hash for DeleteRequest<'a>
impl<'a> Hash for DeleteRequest<'a>
Source§impl<'a> Ord for DeleteRequest<'a>
impl<'a> Ord for DeleteRequest<'a>
Source§fn cmp(&self, other: &DeleteRequest<'a>) -> Ordering
fn cmp(&self, other: &DeleteRequest<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for DeleteRequest<'a>
impl<'a> PartialEq for DeleteRequest<'a>
Source§impl<'a> PartialOrd for DeleteRequest<'a>
impl<'a> PartialOrd for DeleteRequest<'a>
impl<'a> Eq for DeleteRequest<'a>
impl<'a> StructuralPartialEq for DeleteRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeleteRequest<'a>
impl<'a> RefUnwindSafe for DeleteRequest<'a>
impl<'a> Send for DeleteRequest<'a>
impl<'a> Sync for DeleteRequest<'a>
impl<'a> Unpin for DeleteRequest<'a>
impl<'a> UnwindSafe for DeleteRequest<'a>
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