pub enum ExecutionUuidKind {}Expand description
Marker type for ExecutionUuid.
Trait Implementations§
Source§impl JsonSchema for ExecutionUuidKind
Available on crate feature schemars08 only.
impl JsonSchema for ExecutionUuidKind
Available on crate feature
schemars08 only.Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn json_schema(_: &mut SchemaGenerator) -> Schema
fn json_schema(_: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreSource§impl TypedUuidKind for ExecutionUuidKind
impl TypedUuidKind for ExecutionUuidKind
Auto Trait Implementations§
impl Freeze for ExecutionUuidKind
impl RefUnwindSafe for ExecutionUuidKind
impl Send for ExecutionUuidKind
impl Sync for ExecutionUuidKind
impl Unpin for ExecutionUuidKind
impl UnsafeUnpin for ExecutionUuidKind
impl UnwindSafe for ExecutionUuidKind
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