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