Struct openapi_parser::ObjectChild
source · pub struct ObjectChild {
pub name: String,
pub node: TreeNode,
}Expand description
Object child information
Fields§
§name: StringThe name of the field in the object
node: TreeNodeThe structure of the child
Trait Implementations§
source§impl Clone for ObjectChild
impl Clone for ObjectChild
source§fn clone(&self) -> ObjectChild
fn clone(&self) -> ObjectChild
Returns a copy 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 more