pub struct WorkspaceData {
pub packages: Vec<String>,
pub catalog: HashMap<String, String>,
pub catalogs: HashMap<String, HashMap<String, String>>,
}Fields§
§packages: Vec<String>§catalog: HashMap<String, String>§catalogs: HashMap<String, HashMap<String, String>>Trait Implementations§
Source§impl Clone for WorkspaceData
impl Clone for WorkspaceData
Source§fn clone(&self) -> WorkspaceData
fn clone(&self) -> WorkspaceData
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 WorkspaceData
impl Debug for WorkspaceData
Source§impl Default for WorkspaceData
impl Default for WorkspaceData
Source§fn default() -> WorkspaceData
fn default() -> WorkspaceData
Returns the “default value” for a type. Read more
Source§impl PartialEq for WorkspaceData
impl PartialEq for WorkspaceData
Source§fn eq(&self, other: &WorkspaceData) -> bool
fn eq(&self, other: &WorkspaceData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WorkspaceData
impl StructuralPartialEq for WorkspaceData
Auto Trait Implementations§
impl Freeze for WorkspaceData
impl RefUnwindSafe for WorkspaceData
impl Send for WorkspaceData
impl Sync for WorkspaceData
impl Unpin for WorkspaceData
impl UnsafeUnpin for WorkspaceData
impl UnwindSafe for WorkspaceData
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.