pub struct GetDIDvPRIResponse {
pub status: Option<String>,
pub dids: Option<Vec<u64>>,
}Expand description
Response body for Client::get_did_vpri (wire method getDIDvPRI).
Fields§
§status: Option<String>§dids: Option<Vec<u64>>Trait Implementations§
Source§impl Clone for GetDIDvPRIResponse
impl Clone for GetDIDvPRIResponse
Source§fn clone(&self) -> GetDIDvPRIResponse
fn clone(&self) -> GetDIDvPRIResponse
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 GetDIDvPRIResponse
impl Debug for GetDIDvPRIResponse
Source§impl Default for GetDIDvPRIResponse
impl Default for GetDIDvPRIResponse
Source§fn default() -> GetDIDvPRIResponse
fn default() -> GetDIDvPRIResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDIDvPRIResponse
impl<'de> Deserialize<'de> for GetDIDvPRIResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetDIDvPRIResponse
impl RefUnwindSafe for GetDIDvPRIResponse
impl Send for GetDIDvPRIResponse
impl Sync for GetDIDvPRIResponse
impl Unpin for GetDIDvPRIResponse
impl UnsafeUnpin for GetDIDvPRIResponse
impl UnwindSafe for GetDIDvPRIResponse
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