pub struct VideoFormatPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for VideoFormatPropertyIri
impl PartialEq<&str> for VideoFormatPropertyIri
source§impl PartialEq<VideoFormatPropertyIri> for &str
impl PartialEq<VideoFormatPropertyIri> for &str
source§fn eq(&self, other: &VideoFormatPropertyIri) -> bool
fn eq(&self, other: &VideoFormatPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for VideoFormatPropertyIri
impl RefUnwindSafe for VideoFormatPropertyIri
impl Send for VideoFormatPropertyIri
impl Sync for VideoFormatPropertyIri
impl Unpin for VideoFormatPropertyIri
impl UnwindSafe for VideoFormatPropertyIri
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