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