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