Enum bootstrap::doc::DocumentationFormat
source · 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<DocumentationFormat> for DocumentationFormat
impl PartialEq<DocumentationFormat> for DocumentationFormat
source§fn eq(&self, other: &DocumentationFormat) -> bool
fn eq(&self, other: &DocumentationFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DocumentationFormat> for DocumentationFormat
impl PartialOrd<DocumentationFormat> for DocumentationFormat
source§fn partial_cmp(&self, other: &DocumentationFormat) -> Option<Ordering>
fn partial_cmp(&self, other: &DocumentationFormat) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DocumentationFormat
impl Eq for DocumentationFormat
impl StructuralEq for DocumentationFormat
impl StructuralPartialEq for DocumentationFormat
Auto Trait Implementations§
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
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