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