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