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