Struct tokio_qapi::Empty [−][src]
pub struct Empty {}
Trait Implementations
impl<'de> Deserialize<'de> for Empty
[src]
impl<'de> Deserialize<'de> for Empty
fn deserialize<__D>(
__deserializer: __D
) -> Result<Empty, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<Empty, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for Empty
[src]
impl Serialize for Empty
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Clone for Empty
[src]
impl Clone for Empty
fn clone(&self) -> Empty
[src]
fn clone(&self) -> Empty
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Empty
[src]
impl Copy for Empty
impl Debug for Empty
[src]
impl Debug for Empty