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