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