pub struct DeleteResponse {
pub cas: u64,
pub mutation_token: Option<MutationToken>,
pub server_duration: Option<Duration>,
}Fields§
§cas: u64§mutation_token: Option<MutationToken>§server_duration: Option<Duration>Trait Implementations§
Source§impl Clone for DeleteResponse
impl Clone for DeleteResponse
Source§fn clone(&self) -> DeleteResponse
fn clone(&self) -> DeleteResponse
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 Debug for DeleteResponse
impl Debug for DeleteResponse
Source§impl Hash for DeleteResponse
impl Hash for DeleteResponse
Source§impl Ord for DeleteResponse
impl Ord for DeleteResponse
Source§fn cmp(&self, other: &DeleteResponse) -> Ordering
fn cmp(&self, other: &DeleteResponse) -> 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 PartialEq for DeleteResponse
impl PartialEq for DeleteResponse
Source§impl PartialOrd for DeleteResponse
impl PartialOrd for DeleteResponse
Source§impl TraceAttributes for DeleteResponse
impl TraceAttributes for DeleteResponse
fn server_duration(&self) -> Option<Duration>
impl Eq for DeleteResponse
impl StructuralPartialEq for DeleteResponse
Auto Trait Implementations§
impl Freeze for DeleteResponse
impl RefUnwindSafe for DeleteResponse
impl Send for DeleteResponse
impl Sync for DeleteResponse
impl Unpin for DeleteResponse
impl UnsafeUnpin for DeleteResponse
impl UnwindSafe for DeleteResponse
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