Enum yaml_rust::emitter::EmitError
[−]
[src]
pub enum EmitError {
FmtError(Error),
BadHashmapKey,
}Variants
FmtError(Error)BadHashmapKey
Trait Implementations
impl Copy for EmitError[src]
impl Clone for EmitError[src]
fn clone(&self) -> EmitError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for EmitError[src]
impl Error for EmitError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>[src]
The lower-level cause of this error, if any. Read more
impl Display for EmitError[src]
fn fmt(&self, formatter: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more