pub enum WorkspaceSearchKind {
Walk,
Find,
Grep,
}Variants§
Trait Implementations§
Source§impl Clone for WorkspaceSearchKind
impl Clone for WorkspaceSearchKind
Source§fn clone(&self) -> WorkspaceSearchKind
fn clone(&self) -> WorkspaceSearchKind
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 WorkspaceSearchKind
Source§impl Debug for WorkspaceSearchKind
impl Debug for WorkspaceSearchKind
Source§impl<'de> Deserialize<'de> for WorkspaceSearchKind
impl<'de> Deserialize<'de> for WorkspaceSearchKind
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
impl Eq for WorkspaceSearchKind
Source§impl PartialEq for WorkspaceSearchKind
impl PartialEq for WorkspaceSearchKind
Source§impl Serialize for WorkspaceSearchKind
impl Serialize for WorkspaceSearchKind
impl StructuralPartialEq for WorkspaceSearchKind
Auto Trait Implementations§
impl Freeze for WorkspaceSearchKind
impl RefUnwindSafe for WorkspaceSearchKind
impl Send for WorkspaceSearchKind
impl Sync for WorkspaceSearchKind
impl Unpin for WorkspaceSearchKind
impl UnsafeUnpin for WorkspaceSearchKind
impl UnwindSafe for WorkspaceSearchKind
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