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
This method 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