pub enum FootnoteType {
Number,
Symbol,
}Variants§
Trait Implementations§
Source§impl Clone for FootnoteType
impl Clone for FootnoteType
Source§fn clone(&self) -> FootnoteType
fn clone(&self) -> FootnoteType
Returns a duplicate 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 FootnoteType
impl Debug for FootnoteType
Source§impl Hash for FootnoteType
impl Hash for FootnoteType
Source§impl JsonSchema for FootnoteType
impl JsonSchema for FootnoteType
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl Linearize for FootnoteType
impl Linearize for FootnoteType
Source§unsafe fn from_linear_unchecked(linear: usize) -> Self
unsafe fn from_linear_unchecked(linear: usize) -> Self
The inverse of the
linearize function. Read moreSource§impl PartialEq for FootnoteType
impl PartialEq for FootnoteType
Source§impl Serialize for FootnoteType
impl Serialize for FootnoteType
Source§impl TryFrom<char> for FootnoteType
impl TryFrom<char> for FootnoteType
impl Copy for FootnoteType
impl Eq for FootnoteType
impl StructuralPartialEq for FootnoteType
Auto Trait Implementations§
impl Freeze for FootnoteType
impl RefUnwindSafe for FootnoteType
impl Send for FootnoteType
impl Sync for FootnoteType
impl Unpin for FootnoteType
impl UnwindSafe for FootnoteType
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,
Source§impl<T> LinearizeExt for T
impl<T> LinearizeExt for T
Source§fn from_linear(linear: usize) -> Option<T>
fn from_linear(linear: usize) -> Option<T>
A safe version of Linearize::from_linear_unchecked. Read more
Source§fn linearized(&self) -> Linearized<T>
fn linearized(&self) -> Linearized<T>
Linearizes this value and stores the value in a Linearized object. Read more