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