pub enum GraphTransactionBoundary {
Started,
AlreadyActive,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for GraphTransactionBoundary
impl Clone for GraphTransactionBoundary
Source§fn clone(&self) -> GraphTransactionBoundary
fn clone(&self) -> GraphTransactionBoundary
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 GraphTransactionBoundary
impl Debug for GraphTransactionBoundary
Source§impl PartialEq for GraphTransactionBoundary
impl PartialEq for GraphTransactionBoundary
impl Copy for GraphTransactionBoundary
impl Eq for GraphTransactionBoundary
impl StructuralPartialEq for GraphTransactionBoundary
Auto Trait Implementations§
impl Freeze for GraphTransactionBoundary
impl RefUnwindSafe for GraphTransactionBoundary
impl Send for GraphTransactionBoundary
impl Sync for GraphTransactionBoundary
impl Unpin for GraphTransactionBoundary
impl UnsafeUnpin for GraphTransactionBoundary
impl UnwindSafe for GraphTransactionBoundary
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