pub enum AvailableDocumentKind {
Markdown,
Manual,
}Expand description
Source family used to resolve one available document.
Variants§
Trait Implementations§
Source§impl Clone for AvailableDocumentKind
impl Clone for AvailableDocumentKind
Source§fn clone(&self) -> AvailableDocumentKind
fn clone(&self) -> AvailableDocumentKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AvailableDocumentKind
Source§impl Debug for AvailableDocumentKind
impl Debug for AvailableDocumentKind
impl Eq for AvailableDocumentKind
Source§impl Ord for AvailableDocumentKind
impl Ord for AvailableDocumentKind
Source§fn cmp(&self, other: &AvailableDocumentKind) -> Ordering
fn cmp(&self, other: &AvailableDocumentKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AvailableDocumentKind
impl PartialEq for AvailableDocumentKind
Source§impl PartialOrd for AvailableDocumentKind
impl PartialOrd for AvailableDocumentKind
impl StructuralPartialEq for AvailableDocumentKind
Auto Trait Implementations§
impl Freeze for AvailableDocumentKind
impl RefUnwindSafe for AvailableDocumentKind
impl Send for AvailableDocumentKind
impl Sync for AvailableDocumentKind
impl Unpin for AvailableDocumentKind
impl UnsafeUnpin for AvailableDocumentKind
impl UnwindSafe for AvailableDocumentKind
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