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