Struct race_core::types::CreatePlayerProfileParams
source · pub struct CreatePlayerProfileParams {
pub nick: String,
pub pfp: Option<String>,
}
Fields§
§nick: String
§pfp: Option<String>
Trait Implementations§
source§impl BorshDeserialize for CreatePlayerProfileParamswhere
String: BorshDeserialize,
Option<String>: BorshDeserialize,
impl BorshDeserialize for CreatePlayerProfileParamswhere String: BorshDeserialize, Option<String>: BorshDeserialize,
source§impl BorshSerialize for CreatePlayerProfileParamswhere
String: BorshSerialize,
Option<String>: BorshSerialize,
impl BorshSerialize for CreatePlayerProfileParamswhere String: BorshSerialize, Option<String>: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for CreatePlayerProfileParams
impl Send for CreatePlayerProfileParams
impl Sync for CreatePlayerProfileParams
impl Unpin for CreatePlayerProfileParams
impl UnwindSafe for CreatePlayerProfileParams
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