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