Enum gst_plugin::adapter::AdapterError [−][src]
pub enum AdapterError { NotEnoughData, }
Variants
NotEnoughData
Trait Implementations
impl Debug for AdapterError
[src]
impl Debug for AdapterError
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 AdapterError
[src]
impl PartialEq for AdapterError
fn eq(&self, other: &AdapterError) -> bool
[src]
fn eq(&self, other: &AdapterError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for AdapterError
[src]
impl Eq for AdapterError
impl Display for AdapterError
[src]
impl Display for AdapterError
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 AdapterError
[src]
impl Error for AdapterError
Auto Trait Implementations
impl Send for AdapterError
impl Send for AdapterError
impl Sync for AdapterError
impl Sync for AdapterError