Struct sql_from_models_parser::ast::Commit
source · pub struct Commit {
pub chain: bool,
}
Expand description
COMMIT [ TRANSACTION | WORK ] [ AND [ NO ] CHAIN ]
Fields§
§chain: bool
Trait Implementations§
source§impl PartialEq<Commit> for Commit
impl PartialEq<Commit> for Commit
impl Eq for Commit
impl StructuralEq for Commit
impl StructuralPartialEq for Commit
Auto Trait Implementations§
impl RefUnwindSafe for Commit
impl Send for Commit
impl Sync for Commit
impl Unpin for Commit
impl UnwindSafe for Commit
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