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