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