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