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