Struct qapi::Timestamp[][src]

pub struct Timestamp { /* fields omitted */ }

Trait Implementations

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Timestamp
[src]

Serialize this value into the given Serde serializer. Read more

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Timestamp
[src]

impl Debug for Timestamp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Timestamp

impl Sync for Timestamp