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