pub struct CreateAccountParams {
pub friendly_name: Option<String>,
}
Expand description
struct for passing parameters to the method create_account
Fields§
§friendly_name: Option<String>
A human readable description of the account to create, defaults to SubAccount Created at {YYYY-MM-DD HH:MM meridian}
Trait Implementations§
Source§impl Clone for CreateAccountParams
impl Clone for CreateAccountParams
Source§fn clone(&self) -> CreateAccountParams
fn clone(&self) -> CreateAccountParams
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 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