Struct airmash_protocol::server::Backup[][src]

pub struct Backup;

Acknowledge successful receipt of a Backup packet.

Trait Implementations

impl Copy for Backup
[src]

impl Clone for Backup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Backup
[src]

Formats the value using the given formatter. Read more

impl Default for Backup
[src]

Returns the "default value" for a type. Read more

impl From<Backup> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Backup

impl Sync for Backup