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