pub struct UserCompetitionRps {
pub name: Name,
pub status: UserRpsStatus,
pub hp: Hp,
}
Fields§
§name: Name
§status: UserRpsStatus
§hp: Hp
Trait Implementations§
Source§impl Clone for UserCompetitionRps
impl Clone for UserCompetitionRps
Source§fn clone(&self) -> UserCompetitionRps
fn clone(&self) -> UserCompetitionRps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserCompetitionRps
impl Debug for UserCompetitionRps
Source§impl<'de> Deserialize<'de> for UserCompetitionRps
impl<'de> Deserialize<'de> for UserCompetitionRps
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<UserCompetitionRps> for Competition
impl From<UserCompetitionRps> for Competition
Source§fn from(value: UserCompetitionRps) -> Self
fn from(value: UserCompetitionRps) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UserCompetitionRps
impl PartialEq for UserCompetitionRps
impl StructuralPartialEq for UserCompetitionRps
Auto Trait Implementations§
impl Freeze for UserCompetitionRps
impl RefUnwindSafe for UserCompetitionRps
impl Send for UserCompetitionRps
impl Sync for UserCompetitionRps
impl Unpin for UserCompetitionRps
impl UnwindSafe for UserCompetitionRps
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