pub enum CodeGraphSessionMutationKind {
Select,
Focus,
ExpandFile,
ExpandDependencies,
ExpandDependents,
Hydrate,
Collapse,
Pin,
Unpin,
Prune,
SeedOverview,
ApplyRecommendedActions,
}Variants§
Select
Focus
ExpandFile
ExpandDependencies
ExpandDependents
Hydrate
Collapse
Pin
Unpin
Prune
SeedOverview
ApplyRecommendedActions
Trait Implementations§
Source§impl Clone for CodeGraphSessionMutationKind
impl Clone for CodeGraphSessionMutationKind
Source§fn clone(&self) -> CodeGraphSessionMutationKind
fn clone(&self) -> CodeGraphSessionMutationKind
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 CodeGraphSessionMutationKind
impl Debug for CodeGraphSessionMutationKind
Source§impl<'de> Deserialize<'de> for CodeGraphSessionMutationKind
impl<'de> Deserialize<'de> for CodeGraphSessionMutationKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CodeGraphSessionMutationKind
impl PartialEq for CodeGraphSessionMutationKind
Source§fn eq(&self, other: &CodeGraphSessionMutationKind) -> bool
fn eq(&self, other: &CodeGraphSessionMutationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CodeGraphSessionMutationKind
impl Eq for CodeGraphSessionMutationKind
impl StructuralPartialEq for CodeGraphSessionMutationKind
Auto Trait Implementations§
impl Freeze for CodeGraphSessionMutationKind
impl RefUnwindSafe for CodeGraphSessionMutationKind
impl Send for CodeGraphSessionMutationKind
impl Sync for CodeGraphSessionMutationKind
impl Unpin for CodeGraphSessionMutationKind
impl UnsafeUnpin for CodeGraphSessionMutationKind
impl UnwindSafe for CodeGraphSessionMutationKind
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