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