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