pub enum FixedSpace {
Default,
Preserve,
}Variants§
Trait Implementations§
Source§impl Clone for FixedSpace
impl Clone for FixedSpace
Source§fn clone(&self) -> FixedSpace
fn clone(&self) -> FixedSpace
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 FixedSpace
impl Debug for FixedSpace
Source§impl Default for FixedSpace
impl Default for FixedSpace
Source§fn default() -> FixedSpace
fn default() -> FixedSpace
Returns the “default value” for a type. Read more
Source§impl Hash for FixedSpace
impl Hash for FixedSpace
Source§impl JsonSchema for FixedSpace
impl JsonSchema for FixedSpace
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 FixedSpace
impl PartialEq for FixedSpace
Source§impl Serialize for FixedSpace
impl Serialize for FixedSpace
impl Copy for FixedSpace
impl Eq for FixedSpace
impl StructuralPartialEq for FixedSpace
Auto Trait Implementations§
impl Freeze for FixedSpace
impl RefUnwindSafe for FixedSpace
impl Send for FixedSpace
impl Sync for FixedSpace
impl Unpin for FixedSpace
impl UnwindSafe for FixedSpace
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