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