Enum rustdoc::passes::collapse_docs::DocFragmentKind [−][src]
enum DocFragmentKind { Sugared, Raw, Include, }
Variants
Sugared
Raw
Include
Trait Implementations
impl Copy for DocFragmentKind
[src]
impl Copy for DocFragmentKind
impl Clone for DocFragmentKind
[src]
impl Clone for DocFragmentKind
fn clone(&self) -> DocFragmentKind
[src]
fn clone(&self) -> DocFragmentKind
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for DocFragmentKind
[src]
impl Debug for DocFragmentKind
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DocFragmentKind
[src]
impl PartialEq for DocFragmentKind
fn eq(&self, other: &DocFragmentKind) -> bool
[src]
fn eq(&self, other: &DocFragmentKind) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for DocFragmentKind
[src]
impl Eq for DocFragmentKind
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
Auto Trait Implementations
impl Send for DocFragmentKind
impl Send for DocFragmentKind
impl Sync for DocFragmentKind
impl Sync for DocFragmentKind