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