pub struct UserNewData {
pub username: VarChar<150>,
pub email: Option<Text>,
pub password: VarChar<150>,
pub confirm: VarChar<150>,
}Fields§
§username: VarChar<150>§email: Option<Text>§password: VarChar<150>§confirm: VarChar<150>Implementations§
Trait Implementations§
source§impl Clone for UserNewData
impl Clone for UserNewData
source§fn clone(&self) -> UserNewData
fn clone(&self) -> UserNewData
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