Struct gstreamer::ErrorMessage [−][src]
pub struct ErrorMessage { /* fields omitted */ }
Methods
impl ErrorMessage
[src]
impl ErrorMessage
pub fn new<'a, 'b, T: MessageErrorDomain, U: Into<Option<&'a str>>, V: Into<Option<&'b str>>>(
error: &T,
message: U,
debug: V,
filename: &'static str,
function: &'static str,
line: u32
) -> ErrorMessage
[src]
pub fn new<'a, 'b, T: MessageErrorDomain, U: Into<Option<&'a str>>, V: Into<Option<&'b str>>>(
error: &T,
message: U,
debug: V,
filename: &'static str,
function: &'static str,
line: u32
) -> ErrorMessage
Trait Implementations
impl Clone for ErrorMessage
[src]
impl Clone for ErrorMessage
fn clone(&self) -> ErrorMessage
[src]
fn clone(&self) -> ErrorMessage
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 ErrorMessage
[src]
impl Debug for ErrorMessage
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 ErrorMessage
[src]
impl PartialEq for ErrorMessage
fn eq(&self, other: &ErrorMessage) -> bool
[src]
fn eq(&self, other: &ErrorMessage) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ErrorMessage) -> bool
[src]
fn ne(&self, other: &ErrorMessage) -> bool
This method tests for !=
.
impl Eq for ErrorMessage
[src]
impl Eq for ErrorMessage
impl Display for ErrorMessage
[src]
impl Display for ErrorMessage
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Error for ErrorMessage
[src]
impl Error for ErrorMessage
Auto Trait Implementations
impl Send for ErrorMessage
impl Send for ErrorMessage
impl Sync for ErrorMessage
impl Sync for ErrorMessage