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