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