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