Enum gst_plugin::error::FlowError [−][src]
pub enum FlowError { Flushing, Eos, NotNegotiated(ErrorMessage), Error(ErrorMessage), }
Variants
Flushing
Eos
NotNegotiated(ErrorMessage)
Error(ErrorMessage)
Trait Implementations
impl Clone for FlowError
[src]
impl Clone for FlowError
fn clone(&self) -> FlowError
[src]
fn clone(&self) -> FlowError
Returns 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 FlowError
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 PartialEq for FlowError
[src]
impl PartialEq for FlowError
fn eq(&self, other: &FlowError) -> bool
[src]
fn eq(&self, other: &FlowError) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for FlowError
[src]
impl Eq for FlowError
impl Into<FlowReturn> for FlowError
[src]
impl Into<FlowReturn> for FlowError
fn into(self) -> FlowReturn
[src]
fn into(self) -> FlowReturn
Performs the conversion.
impl<'a> Into<FlowReturn> for &'a FlowError
[src]
impl<'a> Into<FlowReturn> for &'a FlowError
fn into(self) -> FlowReturn
[src]
fn into(self) -> FlowReturn
Performs the conversion.
impl Display for FlowError
[src]
impl Display for FlowError
fn 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