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 ==.impl Eq for IntralinksConfig
impl StructuralEq for IntralinksConfig
impl StructuralPartialEq for IntralinksConfig
Auto Trait Implementations§
impl RefUnwindSafe for IntralinksConfig
impl Send for IntralinksConfig
impl Sync for IntralinksConfig
impl Unpin for IntralinksConfig
impl UnwindSafe for IntralinksConfig
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.