Struct cargo_rdme::transform::IntralinksConfig
source · [−]pub struct IntralinksConfig {
pub docs_rs: IntralinksDocsRsConfig,
pub strip_links: Option<bool>,
}Fields
docs_rs: IntralinksDocsRsConfigstrip_links: Option<bool>Trait Implementations
sourceimpl Clone for IntralinksConfig
impl Clone for IntralinksConfig
sourcefn clone(&self) -> IntralinksConfig
fn clone(&self) -> IntralinksConfig
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IntralinksConfig
impl Debug for IntralinksConfig
sourceimpl Default for IntralinksConfig
impl Default for IntralinksConfig
sourcefn default() -> IntralinksConfig
fn default() -> IntralinksConfig
Returns the “default value” for a type. Read more
sourceimpl PartialEq<IntralinksConfig> for IntralinksConfig
impl PartialEq<IntralinksConfig> for IntralinksConfig
sourcefn eq(&self, other: &IntralinksConfig) -> bool
fn eq(&self, other: &IntralinksConfig) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more