pub enum PingStatus {
Ok = 0,
Committed = 1,
Aborted = 2,
}Variants§
Trait Implementations§
Source§impl Clone for PingStatus
impl Clone for PingStatus
Source§fn clone(&self) -> PingStatus
fn clone(&self) -> PingStatus
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 PingStatus
impl Debug for PingStatus
Source§impl Hash for PingStatus
impl Hash for PingStatus
Source§impl PartialEq for PingStatus
impl PartialEq for PingStatus
impl Eq for PingStatus
impl StructuralPartialEq for PingStatus
Auto Trait Implementations§
impl Freeze for PingStatus
impl RefUnwindSafe for PingStatus
impl Send for PingStatus
impl Sync for PingStatus
impl Unpin for PingStatus
impl UnwindSafe for PingStatus
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