pub struct DelSubAccountParams {
pub id: Option<i64>,
}Expand description
Parameters for Client::del_sub_account (wire method delSubAccount).
Fields§
§id: Option<i64>Trait Implementations§
Source§impl Clone for DelSubAccountParams
impl Clone for DelSubAccountParams
Source§fn clone(&self) -> DelSubAccountParams
fn clone(&self) -> DelSubAccountParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DelSubAccountParams
impl Debug for DelSubAccountParams
Source§impl Default for DelSubAccountParams
impl Default for DelSubAccountParams
Source§fn default() -> DelSubAccountParams
fn default() -> DelSubAccountParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DelSubAccountParams
impl RefUnwindSafe for DelSubAccountParams
impl Send for DelSubAccountParams
impl Sync for DelSubAccountParams
impl Unpin for DelSubAccountParams
impl UnsafeUnpin for DelSubAccountParams
impl UnwindSafe for DelSubAccountParams
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