pub struct CourseIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for CourseIriOrLabel
impl PartialEq<&str> for CourseIriOrLabel
Source§impl PartialEq<CourseIriOrLabel> for &str
impl PartialEq<CourseIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for CourseIriOrLabel
impl RefUnwindSafe for CourseIriOrLabel
impl Send for CourseIriOrLabel
impl Sync for CourseIriOrLabel
impl Unpin for CourseIriOrLabel
impl UnwindSafe for CourseIriOrLabel
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