pub struct AbortReport { /* private fields */ }Expand description
Successful explicit cancellation of a prepared transaction.
Implementations§
Source§impl AbortReport
impl AbortReport
pub fn transaction_id(&self) -> &str
pub const fn prepared_files(&self) -> usize
pub const fn artifacts_removed(&self) -> usize
Trait Implementations§
Source§impl Clone for AbortReport
impl Clone for AbortReport
Source§fn clone(&self) -> AbortReport
fn clone(&self) -> AbortReport
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 moreSource§impl Debug for AbortReport
impl Debug for AbortReport
impl Eq for AbortReport
Source§impl PartialEq for AbortReport
impl PartialEq for AbortReport
impl StructuralPartialEq for AbortReport
Auto Trait Implementations§
impl Freeze for AbortReport
impl RefUnwindSafe for AbortReport
impl Send for AbortReport
impl Sync for AbortReport
impl Unpin for AbortReport
impl UnsafeUnpin for AbortReport
impl UnwindSafe for AbortReport
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