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