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