pub struct CreateAccountParams {
pub add_account_schema: AddAccountSchema,
}Expand description
struct for passing parameters to the method create_account
Fields§
§add_account_schema: AddAccountSchemaImplementations§
Source§impl CreateAccountParams
impl CreateAccountParams
pub fn new(add_account_schema: AddAccountSchema) -> Self
Trait Implementations§
Source§impl Clone for CreateAccountParams
impl Clone for CreateAccountParams
Source§fn clone(&self) -> CreateAccountParams
fn clone(&self) -> CreateAccountParams
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 moreAuto Trait Implementations§
impl Freeze for CreateAccountParams
impl RefUnwindSafe for CreateAccountParams
impl Send for CreateAccountParams
impl Sync for CreateAccountParams
impl Unpin for CreateAccountParams
impl UnwindSafe for CreateAccountParams
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