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