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