Struct tap::tree::TreeNodeIdSchema
source · [−]Fields
index1: usize
stamp: u16
Trait Implementations
sourceimpl JsonSchema for TreeNodeIdSchema
impl JsonSchema for TreeNodeIdSchema
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn 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 more
Auto Trait Implementations
impl RefUnwindSafe for TreeNodeIdSchema
impl Send for TreeNodeIdSchema
impl Sync for TreeNodeIdSchema
impl Unpin for TreeNodeIdSchema
impl UnwindSafe for TreeNodeIdSchema
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more