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