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