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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GraphTransactionBoundary
Source§impl Debug for GraphTransactionBoundary
impl Debug for GraphTransactionBoundary
impl Eq for GraphTransactionBoundary
Source§impl PartialEq for GraphTransactionBoundary
impl PartialEq for GraphTransactionBoundary
Source§fn eq(&self, other: &GraphTransactionBoundary) -> bool
fn eq(&self, other: &GraphTransactionBoundary) -> bool
Tests for
self and other values to be equal, and is used by ==.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