pub struct MutateInResult {
pub value: Vec<SubDocResult>,
pub cas: u64,
pub mutation_token: Option<MutationToken>,
}Fields§
§value: Vec<SubDocResult>§cas: u64§mutation_token: Option<MutationToken>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutateInResult
impl !RefUnwindSafe for MutateInResult
impl Send for MutateInResult
impl Sync for MutateInResult
impl Unpin for MutateInResult
impl UnsafeUnpin for MutateInResult
impl !UnwindSafe for MutateInResult
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