pub struct Workspaces { /* private fields */ }Expand description
Map of workspace roots to their contained files.
Trait Implementations§
Source§impl Clone for Workspaces
impl Clone for Workspaces
Source§fn clone(&self) -> Workspaces
fn clone(&self) -> Workspaces
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 Workspaces
impl Debug for Workspaces
Source§impl Default for Workspaces
impl Default for Workspaces
Source§fn default() -> Workspaces
fn default() -> Workspaces
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Workspaces
impl<'de> Deserialize<'de> for Workspaces
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
Auto Trait Implementations§
impl Freeze for Workspaces
impl RefUnwindSafe for Workspaces
impl Send for Workspaces
impl Sync for Workspaces
impl Unpin for Workspaces
impl UnwindSafe for Workspaces
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