pub struct WorkspaceViewKey {
pub workspace_roots: Vec<String>,
pub analysis: AnalysisConfigKey,
}Fields§
§workspace_roots: Vec<String>§analysis: AnalysisConfigKeyTrait Implementations§
Source§impl Clone for WorkspaceViewKey
impl Clone for WorkspaceViewKey
Source§fn clone(&self) -> WorkspaceViewKey
fn clone(&self) -> WorkspaceViewKey
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 moreSource§impl Debug for WorkspaceViewKey
impl Debug for WorkspaceViewKey
Source§impl<'de> Deserialize<'de> for WorkspaceViewKey
impl<'de> Deserialize<'de> for WorkspaceViewKey
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 WorkspaceViewKey
Source§impl Ord for WorkspaceViewKey
impl Ord for WorkspaceViewKey
Source§fn cmp(&self, other: &WorkspaceViewKey) -> Ordering
fn cmp(&self, other: &WorkspaceViewKey) -> 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 WorkspaceViewKey
impl PartialEq for WorkspaceViewKey
Source§fn eq(&self, other: &WorkspaceViewKey) -> bool
fn eq(&self, other: &WorkspaceViewKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WorkspaceViewKey
impl PartialOrd for WorkspaceViewKey
Source§impl Serialize for WorkspaceViewKey
impl Serialize for WorkspaceViewKey
impl StructuralPartialEq for WorkspaceViewKey
Auto Trait Implementations§
impl Freeze for WorkspaceViewKey
impl RefUnwindSafe for WorkspaceViewKey
impl Send for WorkspaceViewKey
impl Sync for WorkspaceViewKey
impl Unpin for WorkspaceViewKey
impl UnsafeUnpin for WorkspaceViewKey
impl UnwindSafe for WorkspaceViewKey
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