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