Struct aspiesolutions_forms::user::CreateOrUpdateUserForm
source · Implementations§
source§impl<'r> CreateOrUpdateUserForm<'r>
impl<'r> CreateOrUpdateUserForm<'r>
pub fn user(&'r self) -> Cow<'r, CreateOrUpdateUserFormData<'r>>
Trait Implementations§
source§impl<'r, Id: Clone + Clone> Clone for CreateOrUpdateUserForm<'r, Id>
impl<'r, Id: Clone + Clone> Clone for CreateOrUpdateUserForm<'r, Id>
source§fn clone(&self) -> CreateOrUpdateUserForm<'r, Id>
fn clone(&self) -> CreateOrUpdateUserForm<'r, Id>
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