pub struct MutateWhereReturningResult {
pub commit: CommitResult,
pub primary_key: Vec<Value>,
pub before: Row,
pub after: Row,
}Fields§
§commit: CommitResult§primary_key: Vec<Value>§before: Row§after: RowTrait Implementations§
Source§impl Clone for MutateWhereReturningResult
impl Clone for MutateWhereReturningResult
Source§fn clone(&self) -> MutateWhereReturningResult
fn clone(&self) -> MutateWhereReturningResult
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 moreAuto Trait Implementations§
impl Freeze for MutateWhereReturningResult
impl RefUnwindSafe for MutateWhereReturningResult
impl Send for MutateWhereReturningResult
impl Sync for MutateWhereReturningResult
impl Unpin for MutateWhereReturningResult
impl UnsafeUnpin for MutateWhereReturningResult
impl UnwindSafe for MutateWhereReturningResult
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