pub struct SetTransaction {
pub modes: Vec<TransactionMode>,
}
Expand description
SET TRANSACTION ...
Fields§
§modes: Vec<TransactionMode>
Trait Implementations§
Source§impl Clone for SetTransaction
impl Clone for SetTransaction
Source§fn clone(&self) -> SetTransaction
fn clone(&self) -> SetTransaction
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 moreSource§impl Debug for SetTransaction
impl Debug for SetTransaction
Source§impl Display for SetTransaction
impl Display for SetTransaction
Source§impl Hash for SetTransaction
impl Hash for SetTransaction
Source§impl PartialEq for SetTransaction
impl PartialEq for SetTransaction
impl Eq for SetTransaction
impl StructuralPartialEq for SetTransaction
Auto Trait Implementations§
impl Freeze for SetTransaction
impl RefUnwindSafe for SetTransaction
impl Send for SetTransaction
impl Sync for SetTransaction
impl Unpin for SetTransaction
impl UnwindSafe for SetTransaction
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