Struct synapse_rpc::message::Version [] [src]

pub struct Version {
    pub major: u16,
    pub minor: u16,
}

Fields

Methods

impl Version
[src]

[src]

Trait Implementations

impl Copy for Version
[src]

impl Clone for Version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Version
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Version

impl Sync for Version