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