Enum gst_plugin::error::FlowError [−][src]
pub enum FlowError {
Flushing,
Eos,
NotNegotiated(ErrorMessage),
Error(ErrorMessage),
}Variants
FlushingEosNotNegotiated(ErrorMessage)Error(ErrorMessage)
Trait Implementations
impl Clone for FlowError[src]
impl Clone for FlowErrorfn clone(&self) -> FlowError[src]
fn clone(&self) -> FlowErrorReturns 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 FlowError[src]
impl Debug for FlowErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FlowError[src]
impl PartialEq for FlowErrorfn eq(&self, other: &FlowError) -> bool[src]
fn eq(&self, other: &FlowError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FlowError) -> bool[src]
fn ne(&self, other: &FlowError) -> boolThis method tests for !=.
impl Eq for FlowError[src]
impl Eq for FlowErrorimpl Into<FlowReturn> for FlowError[src]
impl Into<FlowReturn> for FlowErrorfn into(self) -> FlowReturn[src]
fn into(self) -> FlowReturnPerforms the conversion.
impl<'a> Into<FlowReturn> for &'a FlowError[src]
impl<'a> Into<FlowReturn> for &'a FlowErrorfn into(self) -> FlowReturn[src]
fn into(self) -> FlowReturnPerforms the conversion.
impl Display for FlowError[src]
impl Display for FlowErrorfn fmt(&self, f: &mut Formatter) -> Result<(), FmtError>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), FmtError>Formats the value using the given formatter. Read more
impl Error for FlowError[src]
impl Error for FlowError