Struct qapi_parser::spec::Type
[−]
[src]
pub struct Type {
pub name: String,
pub is_array: bool,
}Fields
name: String
is_array: bool
Trait Implementations
impl Clone for Type[src]
fn clone(&self) -> Type[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Type[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for Type[src]
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>[src]
Deserialize this value from the given Serde deserializer. Read more