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§
source§impl Clone for IntralinksDocsRsConfig
impl Clone for IntralinksDocsRsConfig
source§fn clone(&self) -> IntralinksDocsRsConfig
fn clone(&self) -> IntralinksDocsRsConfig
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 IntralinksDocsRsConfig
impl Debug for IntralinksDocsRsConfig
source§impl Default for IntralinksDocsRsConfig
impl Default for IntralinksDocsRsConfig
source§fn default() -> IntralinksDocsRsConfig
fn default() -> IntralinksDocsRsConfig
Returns the “default value” for a type. Read more
source§impl PartialEq<IntralinksDocsRsConfig> for IntralinksDocsRsConfig
impl PartialEq<IntralinksDocsRsConfig> for IntralinksDocsRsConfig
source§fn 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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.