pub struct SetDIDBillingTypeParams {
pub did: Option<String>,
pub billing_type: Option<i64>,
}Expand description
Parameters for Client::set_did_billing_type (wire method setDIDBillingType).
Fields§
§did: Option<String>§billing_type: Option<i64>Trait Implementations§
Source§impl Clone for SetDIDBillingTypeParams
impl Clone for SetDIDBillingTypeParams
Source§fn clone(&self) -> SetDIDBillingTypeParams
fn clone(&self) -> SetDIDBillingTypeParams
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 SetDIDBillingTypeParams
impl Debug for SetDIDBillingTypeParams
Source§impl Default for SetDIDBillingTypeParams
impl Default for SetDIDBillingTypeParams
Source§fn default() -> SetDIDBillingTypeParams
fn default() -> SetDIDBillingTypeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetDIDBillingTypeParams
impl RefUnwindSafe for SetDIDBillingTypeParams
impl Send for SetDIDBillingTypeParams
impl Sync for SetDIDBillingTypeParams
impl Unpin for SetDIDBillingTypeParams
impl UnsafeUnpin for SetDIDBillingTypeParams
impl UnwindSafe for SetDIDBillingTypeParams
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