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