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