Struct rive_models::payload::CompleteOnboardingPayload
source · pub struct CompleteOnboardingPayload {
pub username: String,
}Expand description
New user data
Fields§
§username: StringNew username which will be used to identify the user on the platform
Trait Implementations§
source§impl Clone for CompleteOnboardingPayload
impl Clone for CompleteOnboardingPayload
source§fn clone(&self) -> CompleteOnboardingPayload
fn clone(&self) -> CompleteOnboardingPayload
Returns a copy 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 more