pub struct RawWorkspace {
pub current_dir: Option<String>,
pub project_dir: Option<String>,
}Fields§
§current_dir: Option<String>§project_dir: Option<String>Trait Implementations§
Source§impl Clone for RawWorkspace
impl Clone for RawWorkspace
Source§fn clone(&self) -> RawWorkspace
fn clone(&self) -> RawWorkspace
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 RawWorkspace
impl Debug for RawWorkspace
Source§impl<'de> Deserialize<'de> for RawWorkspace
impl<'de> Deserialize<'de> for RawWorkspace
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 RawWorkspace
impl RefUnwindSafe for RawWorkspace
impl Send for RawWorkspace
impl Sync for RawWorkspace
impl Unpin for RawWorkspace
impl UnsafeUnpin for RawWorkspace
impl UnwindSafe for RawWorkspace
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