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