Struct anchor_cli::config::WorkspaceConfig
source · pub struct WorkspaceConfig {
pub members: Vec<String>,
pub exclude: Vec<String>,
pub types: String,
}Fields§
§members: Vec<String>§exclude: Vec<String>§types: StringTrait Implementations§
source§impl Clone for WorkspaceConfig
impl Clone for WorkspaceConfig
source§fn clone(&self) -> WorkspaceConfig
fn clone(&self) -> WorkspaceConfig
Returns a copy 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 WorkspaceConfig
impl Debug for WorkspaceConfig
source§impl Default for WorkspaceConfig
impl Default for WorkspaceConfig
source§fn default() -> WorkspaceConfig
fn default() -> WorkspaceConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WorkspaceConfig
impl<'de> Deserialize<'de> for WorkspaceConfig
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