pub struct GetProjectInfoParams {
pub working_dir: Option<String>,
}Fields§
§working_dir: Option<String>Trait Implementations§
Source§impl Clone for GetProjectInfoParams
impl Clone for GetProjectInfoParams
Source§fn clone(&self) -> GetProjectInfoParams
fn clone(&self) -> GetProjectInfoParams
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 GetProjectInfoParams
impl Debug for GetProjectInfoParams
Source§impl Default for GetProjectInfoParams
impl Default for GetProjectInfoParams
Source§fn default() -> GetProjectInfoParams
fn default() -> GetProjectInfoParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetProjectInfoParams
impl<'de> Deserialize<'de> for GetProjectInfoParams
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 GetProjectInfoParams
impl RefUnwindSafe for GetProjectInfoParams
impl Send for GetProjectInfoParams
impl Sync for GetProjectInfoParams
impl Unpin for GetProjectInfoParams
impl UnsafeUnpin for GetProjectInfoParams
impl UnwindSafe for GetProjectInfoParams
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