pub enum FaultPoint {
BulkInsertEntitiesBeforeCommit,
BulkInsertEdgesBeforeCommit,
RecoveryLoadBeforeCommit,
}Variants§
Trait Implementations§
Source§impl Clone for FaultPoint
impl Clone for FaultPoint
Source§fn clone(&self) -> FaultPoint
fn clone(&self) -> FaultPoint
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 FaultPoint
impl Debug for FaultPoint
Source§impl Hash for FaultPoint
impl Hash for FaultPoint
Source§impl PartialEq for FaultPoint
impl PartialEq for FaultPoint
impl Copy for FaultPoint
impl Eq for FaultPoint
impl StructuralPartialEq for FaultPoint
Auto Trait Implementations§
impl Freeze for FaultPoint
impl RefUnwindSafe for FaultPoint
impl Send for FaultPoint
impl Sync for FaultPoint
impl Unpin for FaultPoint
impl UnwindSafe for FaultPoint
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