pub struct Problematic {
pub refid: Option<ID>,
}Fields§
§refid: Option<ID>Trait Implementations§
Source§impl Clone for Problematic
impl Clone for Problematic
Source§fn clone(&self) -> Problematic
fn clone(&self) -> Problematic
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 Problematic
impl Debug for Problematic
Source§impl Default for Problematic
impl Default for Problematic
Source§fn default() -> Problematic
fn default() -> Problematic
Returns the “default value” for a type. Read more
Source§impl ExtraAttributes<Problematic> for Problematic
impl ExtraAttributes<Problematic> for Problematic
fn with_extra(extra: Problematic) -> Problematic
fn extra(&self) -> &Problematic
fn extra_mut(&mut self) -> &mut Problematic
Source§impl JsonSchema for Problematic
impl JsonSchema for Problematic
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 Problematic
impl PartialEq for Problematic
Source§impl Serialize for Problematic
impl Serialize for Problematic
impl StructuralPartialEq for Problematic
Auto Trait Implementations§
impl Freeze for Problematic
impl RefUnwindSafe for Problematic
impl Send for Problematic
impl Sync for Problematic
impl Unpin for Problematic
impl UnwindSafe for Problematic
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