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