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