Enum rustc_session::config::ResolveDocLinks
source · pub enum ResolveDocLinks {
None,
ExportedMetadata,
Exported,
All,
}
Variants§
None
Do not resolve doc links.
ExportedMetadata
Resolve doc links on exported items only for crate types that have metadata.
Exported
Resolve doc links on exported items.
All
Resolve doc links on all items.
Trait Implementations§
source§impl Clone for ResolveDocLinks
impl Clone for ResolveDocLinks
source§fn clone(&self) -> ResolveDocLinks
fn clone(&self) -> ResolveDocLinks
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 ResolveDocLinks
impl Debug for ResolveDocLinks
source§impl DepTrackingHash for ResolveDocLinks
impl DepTrackingHash for ResolveDocLinks
fn hash( &self, hasher: &mut DefaultHasher, _: ErrorOutputType, _for_crate_hash: bool )
Auto Trait Implementations§
impl RefUnwindSafe for ResolveDocLinks
impl Send for ResolveDocLinks
impl Sync for ResolveDocLinks
impl Unpin for ResolveDocLinks
impl UnwindSafe for ResolveDocLinks
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
None
: 0 bytesExportedMetadata
: 0 bytesExported
: 0 bytesAll
: 0 bytes