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