Struct openapi_parser::ObjectChild
source · pub struct ObjectChild {
pub name: String,
pub node: TreeNode,
}
Expand description
Object child information
Fields§
§name: String
The name of the field in the object
node: TreeNode
The 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