Enum webrtc_media::track::setting::video::ResizeModeParsingError
source · [−]pub enum ResizeModeParsingError {
UnknownValue {
value: String,
},
}
Variants
UnknownValue
Fields
value: String
Trait Implementations
sourceimpl Debug for ResizeModeParsingError
impl Debug for ResizeModeParsingError
sourceimpl Display for ResizeModeParsingError
impl Display for ResizeModeParsingError
sourceimpl Error for ResizeModeParsingError
impl Error for ResizeModeParsingError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<ResizeModeParsingError> for ResizeModeParsingError
impl PartialEq<ResizeModeParsingError> for ResizeModeParsingError
sourcefn eq(&self, other: &ResizeModeParsingError) -> bool
fn eq(&self, other: &ResizeModeParsingError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ResizeModeParsingError
impl StructuralEq for ResizeModeParsingError
impl StructuralPartialEq for ResizeModeParsingError
Auto Trait Implementations
impl RefUnwindSafe for ResizeModeParsingError
impl Send for ResizeModeParsingError
impl Sync for ResizeModeParsingError
impl Unpin for ResizeModeParsingError
impl UnwindSafe for ResizeModeParsingError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more