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