Struct qapi::Empty[][src]

pub struct Empty {}

Trait Implementations

impl<'de> Deserialize<'de> for Empty
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Empty
[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for Empty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Empty
[src]

impl Debug for Empty
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Empty

impl Sync for Empty