pub enum EnumeratedListType {
Arabic,
LowerAlpha,
UpperAlpha,
LowerRoman,
UpperRoman,
}Variants§
Trait Implementations§
Source§impl Clone for EnumeratedListType
impl Clone for EnumeratedListType
Source§fn clone(&self) -> EnumeratedListType
fn clone(&self) -> EnumeratedListType
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 EnumeratedListType
impl Debug for EnumeratedListType
Source§impl Hash for EnumeratedListType
impl Hash for EnumeratedListType
Source§impl JsonSchema for EnumeratedListType
impl JsonSchema for EnumeratedListType
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 PartialEq for EnumeratedListType
impl PartialEq for EnumeratedListType
Source§impl Serialize for EnumeratedListType
impl Serialize for EnumeratedListType
impl Copy for EnumeratedListType
impl Eq for EnumeratedListType
impl StructuralPartialEq for EnumeratedListType
Auto Trait Implementations§
impl Freeze for EnumeratedListType
impl RefUnwindSafe for EnumeratedListType
impl Send for EnumeratedListType
impl Sync for EnumeratedListType
impl Unpin for EnumeratedListType
impl UnwindSafe for EnumeratedListType
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