Struct tap::tree::VecTreeNodeIdSchema
source · [−]pub struct VecTreeNodeIdSchema {
pub ids: Vec<TreeNodeIdSchema>,
}
Fields
ids: Vec<TreeNodeIdSchema>
Trait Implementations
sourceimpl JsonSchema for VecTreeNodeIdSchema
impl JsonSchema for VecTreeNodeIdSchema
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 VecTreeNodeIdSchema
impl Send for VecTreeNodeIdSchema
impl Sync for VecTreeNodeIdSchema
impl Unpin for VecTreeNodeIdSchema
impl UnwindSafe for VecTreeNodeIdSchema
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