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