pub enum CodeGraphSelectionOriginKind {
Overview,
Manual,
FileSymbols,
Dependencies,
Dependents,
}Variants§
Trait Implementations§
Source§impl Clone for CodeGraphSelectionOriginKind
impl Clone for CodeGraphSelectionOriginKind
Source§fn clone(&self) -> CodeGraphSelectionOriginKind
fn clone(&self) -> CodeGraphSelectionOriginKind
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 CodeGraphSelectionOriginKind
impl Debug for CodeGraphSelectionOriginKind
Source§impl<'de> Deserialize<'de> for CodeGraphSelectionOriginKind
impl<'de> Deserialize<'de> for CodeGraphSelectionOriginKind
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CodeGraphSelectionOriginKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CodeGraphSelectionOriginKind, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for CodeGraphSelectionOriginKind
impl Ord for CodeGraphSelectionOriginKind
Source§fn cmp(&self, other: &CodeGraphSelectionOriginKind) -> Ordering
fn cmp(&self, other: &CodeGraphSelectionOriginKind) -> 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 CodeGraphSelectionOriginKind
impl PartialEq for CodeGraphSelectionOriginKind
Source§fn eq(&self, other: &CodeGraphSelectionOriginKind) -> bool
fn eq(&self, other: &CodeGraphSelectionOriginKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CodeGraphSelectionOriginKind
impl PartialOrd for CodeGraphSelectionOriginKind
Source§impl Serialize for CodeGraphSelectionOriginKind
impl Serialize for CodeGraphSelectionOriginKind
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 CodeGraphSelectionOriginKind
impl Eq for CodeGraphSelectionOriginKind
impl StructuralPartialEq for CodeGraphSelectionOriginKind
Auto Trait Implementations§
impl Freeze for CodeGraphSelectionOriginKind
impl RefUnwindSafe for CodeGraphSelectionOriginKind
impl Send for CodeGraphSelectionOriginKind
impl Sync for CodeGraphSelectionOriginKind
impl Unpin for CodeGraphSelectionOriginKind
impl UnsafeUnpin for CodeGraphSelectionOriginKind
impl UnwindSafe for CodeGraphSelectionOriginKind
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