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