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