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