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