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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl 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
This method tests for self and other values to be equal, and is used
by ==. Read more
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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