pub enum DocumentationFormat {
Html,
Json,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DocumentationFormat
impl Clone for DocumentationFormat
Source§fn clone(&self) -> DocumentationFormat
fn clone(&self) -> DocumentationFormat
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 DocumentationFormat
impl Debug for DocumentationFormat
Source§impl Hash for DocumentationFormat
impl Hash for DocumentationFormat
Source§impl Ord for DocumentationFormat
impl Ord for DocumentationFormat
Source§fn cmp(&self, other: &DocumentationFormat) -> Ordering
fn cmp(&self, other: &DocumentationFormat) -> Ordering
1.21.0 · 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 DocumentationFormat
impl PartialEq for DocumentationFormat
Source§impl PartialOrd for DocumentationFormat
impl PartialOrd for DocumentationFormat
impl Copy for DocumentationFormat
impl Eq for DocumentationFormat
impl StructuralPartialEq for DocumentationFormat
Auto Trait Implementations§
impl Freeze for DocumentationFormat
impl RefUnwindSafe for DocumentationFormat
impl Send for DocumentationFormat
impl Sync for DocumentationFormat
impl Unpin for DocumentationFormat
impl UnwindSafe for DocumentationFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Pointable for T
impl<T> Pointable for T
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:
Html
: 0 bytesJson
: 0 bytes