Enum yaml_rust::emitter::EmitError [−][src]
pub enum EmitError {
FmtError(Error),
BadHashmapKey,
}Variants
FmtError(Error)BadHashmapKey
Trait Implementations
impl Copy for EmitError[src]
impl Copy for EmitErrorimpl Clone for EmitError[src]
impl Clone for EmitErrorfn clone(&self) -> EmitError[src]
fn clone(&self) -> EmitErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EmitError[src]
impl Debug for EmitErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for EmitError[src]
impl Error for EmitErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis 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 Display for EmitError[src]
impl Display for EmitErrorfn fmt(&self, formatter: &mut Formatter) -> Result[src]
fn fmt(&self, formatter: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for EmitError[src]
impl From<Error> for EmitError