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