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
sourceimpl Clone for IntralinksDocsRsConfig
impl Clone for IntralinksDocsRsConfig
sourcefn clone(&self) -> IntralinksDocsRsConfig
fn clone(&self) -> IntralinksDocsRsConfig
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 IntralinksDocsRsConfig
impl Debug for IntralinksDocsRsConfig
sourceimpl Default for IntralinksDocsRsConfig
impl Default for IntralinksDocsRsConfig
sourcefn default() -> IntralinksDocsRsConfig
fn default() -> IntralinksDocsRsConfig
Returns the “default value” for a type. Read more
sourceimpl PartialEq<IntralinksDocsRsConfig> for IntralinksDocsRsConfig
impl PartialEq<IntralinksDocsRsConfig> for IntralinksDocsRsConfig
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &IntralinksDocsRsConfig) -> bool
fn ne(&self, other: &IntralinksDocsRsConfig) -> bool
This method tests for !=.
impl Eq for IntralinksDocsRsConfig
impl StructuralEq for IntralinksDocsRsConfig
impl StructuralPartialEq for IntralinksDocsRsConfig
Auto Trait Implementations
impl RefUnwindSafe for IntralinksDocsRsConfig
impl Send for IntralinksDocsRsConfig
impl Sync for IntralinksDocsRsConfig
impl Unpin for IntralinksDocsRsConfig
impl UnwindSafe for IntralinksDocsRsConfig
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