Struct schema_org_constants::GameIri
source · pub struct GameIri;Trait Implementations§
source§impl PartialEq<&str> for GameIri
impl PartialEq<&str> for GameIri
Auto Trait Implementations§
impl Freeze for GameIri
impl RefUnwindSafe for GameIri
impl Send for GameIri
impl Sync for GameIri
impl Unpin for GameIri
impl UnwindSafe for GameIri
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