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