pub struct MutateInResponse {
pub cas: u64,
pub ops: Vec<SubDocResult>,
pub doc_is_deleted: bool,
pub mutation_token: Option<MutationToken>,
pub server_duration: Option<Duration>,
}Fields§
§cas: u64§ops: Vec<SubDocResult>§doc_is_deleted: bool§mutation_token: Option<MutationToken>§server_duration: Option<Duration>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutateInResponse
impl !RefUnwindSafe for MutateInResponse
impl Send for MutateInResponse
impl Sync for MutateInResponse
impl Unpin for MutateInResponse
impl !UnwindSafe for MutateInResponse
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