pub struct SqlTransactionPlan {
pub base_seq: u64,
pub caller: Option<CallerContext>,
pub mutations: Vec<Mutation>,
}Fields§
§base_seq: u64§caller: Option<CallerContext>§mutations: Vec<Mutation>Trait Implementations§
Source§impl Clone for SqlTransactionPlan
impl Clone for SqlTransactionPlan
Source§fn clone(&self) -> SqlTransactionPlan
fn clone(&self) -> SqlTransactionPlan
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 SqlTransactionPlan
impl RefUnwindSafe for SqlTransactionPlan
impl Send for SqlTransactionPlan
impl Sync for SqlTransactionPlan
impl Unpin for SqlTransactionPlan
impl UnsafeUnpin for SqlTransactionPlan
impl UnwindSafe for SqlTransactionPlan
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