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