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