Enum xmz_server::prelude::ServerError [−][src]
pub enum ServerError { Bincode(BincodeError), Configure(ConfigureError), CouldNotBuildFromConfig(TomlDeError), CouldNotBuildFromRuntime(BincodeError), IO(IOError), Output(OutputError), RuntimePathNotSet, ServerBuilder, TomlDe(TomlDeError), TomlSer(TomlSerError), }
Mögliche Server Fehler
Variants
Bincode(BincodeError)
Configure(ConfigureError)
CouldNotBuildFromConfig(TomlDeError)
CouldNotBuildFromRuntime(BincodeError)
IO(IOError)
Output(OutputError)
RuntimePathNotSet
ServerBuilder
TomlDe(TomlDeError)
TomlSer(TomlSerError)
Trait Implementations
impl Debug for ServerError
[src]
impl Debug for ServerError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for ServerError
[src]
impl Display for ServerError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for ServerError
[src]
impl Error for ServerError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
[src]
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl From<BincodeError> for ServerError
[src]
impl From<BincodeError> for ServerError
fn from(error: BincodeError) -> Self
[src]
fn from(error: BincodeError) -> Self
Performs the conversion.
impl From<ConfigureError> for ServerError
[src]
impl From<ConfigureError> for ServerError
fn from(error: ConfigureError) -> Self
[src]
fn from(error: ConfigureError) -> Self
Performs the conversion.
impl From<IOError> for ServerError
[src]
impl From<IOError> for ServerError
impl From<TomlDeError> for ServerError
[src]
impl From<TomlDeError> for ServerError
fn from(error: TomlDeError) -> Self
[src]
fn from(error: TomlDeError) -> Self
Performs the conversion.
impl From<TomlSerError> for ServerError
[src]
impl From<TomlSerError> for ServerError
fn from(error: TomlSerError) -> Self
[src]
fn from(error: TomlSerError) -> Self
Performs the conversion.
Auto Trait Implementations
impl Send for ServerError
impl Send for ServerError
impl Sync for ServerError
impl Sync for ServerError