Struct airmash_protocol::server::Error[][src]

pub struct Error {
    pub error: ErrorType,
}

The client has carried out an invalid action, been ratelimited, or is banned.

Fields

Trait Implementations

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error