pub enum DagDbGraphContextSelectionStatus {
Selected,
Empty,
Failed,
}Expand description
Graph context selection status.
Variants§
Trait Implementations§
Source§impl Clone for DagDbGraphContextSelectionStatus
impl Clone for DagDbGraphContextSelectionStatus
Source§fn clone(&self) -> DagDbGraphContextSelectionStatus
fn clone(&self) -> DagDbGraphContextSelectionStatus
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 DagDbGraphContextSelectionStatus
Source§impl<'de> Deserialize<'de> for DagDbGraphContextSelectionStatus
impl<'de> Deserialize<'de> for DagDbGraphContextSelectionStatus
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DagDbGraphContextSelectionStatus, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DagDbGraphContextSelectionStatus, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DagDbGraphContextSelectionStatus
Source§impl Ord for DagDbGraphContextSelectionStatus
impl Ord for DagDbGraphContextSelectionStatus
Source§fn cmp(&self, other: &DagDbGraphContextSelectionStatus) -> Ordering
fn cmp(&self, other: &DagDbGraphContextSelectionStatus) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DagDbGraphContextSelectionStatus
impl PartialEq for DagDbGraphContextSelectionStatus
Source§fn eq(&self, other: &DagDbGraphContextSelectionStatus) -> bool
fn eq(&self, other: &DagDbGraphContextSelectionStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DagDbGraphContextSelectionStatus
impl PartialOrd for DagDbGraphContextSelectionStatus
Source§impl Serialize for DagDbGraphContextSelectionStatus
impl Serialize for DagDbGraphContextSelectionStatus
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for DagDbGraphContextSelectionStatus
Auto Trait Implementations§
impl Freeze for DagDbGraphContextSelectionStatus
impl RefUnwindSafe for DagDbGraphContextSelectionStatus
impl Send for DagDbGraphContextSelectionStatus
impl Sync for DagDbGraphContextSelectionStatus
impl Unpin for DagDbGraphContextSelectionStatus
impl UnsafeUnpin for DagDbGraphContextSelectionStatus
impl UnwindSafe for DagDbGraphContextSelectionStatus
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