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