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