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
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