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