pub enum ControlBatchRecord {
Abort,
Commit,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for ControlBatchRecord
impl Clone for ControlBatchRecord
Source§fn clone(&self) -> ControlBatchRecord
fn clone(&self) -> ControlBatchRecord
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 ControlBatchRecord
impl Debug for ControlBatchRecord
Source§impl PartialEq for ControlBatchRecord
impl PartialEq for ControlBatchRecord
Source§impl<R> ReadType<R> for ControlBatchRecordwhere
R: Read,
impl<R> ReadType<R> for ControlBatchRecordwhere
R: Read,
Source§impl<W> WriteType<W> for ControlBatchRecordwhere
W: Write,
impl<W> WriteType<W> for ControlBatchRecordwhere
W: Write,
impl Copy for ControlBatchRecord
impl Eq for ControlBatchRecord
impl StructuralPartialEq for ControlBatchRecord
Auto Trait Implementations§
impl Freeze for ControlBatchRecord
impl RefUnwindSafe for ControlBatchRecord
impl Send for ControlBatchRecord
impl Sync for ControlBatchRecord
impl Unpin for ControlBatchRecord
impl UnwindSafe for ControlBatchRecord
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