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