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