Struct cargo_rdme::transform::IntralinksDocsRsConfig
source · pub struct IntralinksDocsRsConfig {
pub docs_rs_base_url: Option<String>,
pub docs_rs_version: Option<String>,
}Fields§
§docs_rs_base_url: Option<String>§docs_rs_version: Option<String>Trait Implementations§
source§impl Clone for IntralinksDocsRsConfig
impl Clone for IntralinksDocsRsConfig
source§fn clone(&self) -> IntralinksDocsRsConfig
fn clone(&self) -> IntralinksDocsRsConfig
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 IntralinksDocsRsConfig
impl Debug for IntralinksDocsRsConfig
source§impl Default for IntralinksDocsRsConfig
impl Default for IntralinksDocsRsConfig
source§fn default() -> IntralinksDocsRsConfig
fn default() -> IntralinksDocsRsConfig
Returns the “default value” for a type. Read more
source§impl PartialEq<IntralinksDocsRsConfig> for IntralinksDocsRsConfig
impl PartialEq<IntralinksDocsRsConfig> for IntralinksDocsRsConfig
source§fn eq(&self, other: &IntralinksDocsRsConfig) -> bool
fn eq(&self, other: &IntralinksDocsRsConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.