pub struct GameTipPropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for GameTipPropertyIri
impl PartialEq<&str> for GameTipPropertyIri
Source§impl PartialEq<GameTipPropertyIri> for &str
impl PartialEq<GameTipPropertyIri> for &str
Auto Trait Implementations§
impl Freeze for GameTipPropertyIri
impl RefUnwindSafe for GameTipPropertyIri
impl Send for GameTipPropertyIri
impl Sync for GameTipPropertyIri
impl Unpin for GameTipPropertyIri
impl UnwindSafe for GameTipPropertyIri
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