pub struct VideoFormatPropertyIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for VideoFormatPropertyIriOrLabel
impl PartialEq<&str> for VideoFormatPropertyIriOrLabel
Source§impl PartialEq<VideoFormatPropertyIriOrLabel> for &str
impl PartialEq<VideoFormatPropertyIriOrLabel> for &str
Source§fn eq(&self, other: &VideoFormatPropertyIriOrLabel) -> bool
fn eq(&self, other: &VideoFormatPropertyIriOrLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
impl Freeze for VideoFormatPropertyIriOrLabel
impl RefUnwindSafe for VideoFormatPropertyIriOrLabel
impl Send for VideoFormatPropertyIriOrLabel
impl Sync for VideoFormatPropertyIriOrLabel
impl Unpin for VideoFormatPropertyIriOrLabel
impl UnwindSafe for VideoFormatPropertyIriOrLabel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more