pub enum GraphSelectionOriginKind {
Overview,
Manual,
Children,
Parents,
Outgoing,
Incoming,
}Variants§
Trait Implementations§
Source§impl Clone for GraphSelectionOriginKind
impl Clone for GraphSelectionOriginKind
Source§fn clone(&self) -> GraphSelectionOriginKind
fn clone(&self) -> GraphSelectionOriginKind
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 GraphSelectionOriginKind
impl Debug for GraphSelectionOriginKind
Source§impl<'de> Deserialize<'de> for GraphSelectionOriginKind
impl<'de> Deserialize<'de> for GraphSelectionOriginKind
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GraphSelectionOriginKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GraphSelectionOriginKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for GraphSelectionOriginKind
impl Ord for GraphSelectionOriginKind
Source§fn cmp(&self, other: &GraphSelectionOriginKind) -> Ordering
fn cmp(&self, other: &GraphSelectionOriginKind) -> Ordering
1.21.0 · 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 GraphSelectionOriginKind
impl PartialEq for GraphSelectionOriginKind
Source§impl PartialOrd for GraphSelectionOriginKind
impl PartialOrd for GraphSelectionOriginKind
Source§impl Serialize for GraphSelectionOriginKind
impl Serialize for GraphSelectionOriginKind
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 Copy for GraphSelectionOriginKind
impl Eq for GraphSelectionOriginKind
impl StructuralPartialEq for GraphSelectionOriginKind
Auto Trait Implementations§
impl Freeze for GraphSelectionOriginKind
impl RefUnwindSafe for GraphSelectionOriginKind
impl Send for GraphSelectionOriginKind
impl Sync for GraphSelectionOriginKind
impl Unpin for GraphSelectionOriginKind
impl UnsafeUnpin for GraphSelectionOriginKind
impl UnwindSafe for GraphSelectionOriginKind
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