pub struct StatementMutations<'a> { /* private fields */ }Implementations§
Source§impl StatementMutations<'_>
impl StatementMutations<'_>
pub fn apply( &self, batch: &StatementBatch, mode: WriteMode, ) -> Result<ApplyStatementsOutcome, Error>
Trait Implementations§
Source§impl<'a> Clone for StatementMutations<'a>
impl<'a> Clone for StatementMutations<'a>
Source§fn clone(&self) -> StatementMutations<'a>
fn clone(&self) -> StatementMutations<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for StatementMutations<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StatementMutations<'a>
impl<'a> !UnwindSafe for StatementMutations<'a>
impl<'a> Freeze for StatementMutations<'a>
impl<'a> Send for StatementMutations<'a>
impl<'a> Sync for StatementMutations<'a>
impl<'a> Unpin for StatementMutations<'a>
impl<'a> UnsafeUnpin for StatementMutations<'a>
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