pub struct GetDIDsCANResponse {
pub status: Option<String>,
pub dids: Option<Vec<GetDIDsCANResponseDID>>,
}Fields§
§status: Option<String>§dids: Option<Vec<GetDIDsCANResponseDID>>Trait Implementations§
Source§impl Clone for GetDIDsCANResponse
impl Clone for GetDIDsCANResponse
Source§fn clone(&self) -> GetDIDsCANResponse
fn clone(&self) -> GetDIDsCANResponse
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 GetDIDsCANResponse
impl Debug for GetDIDsCANResponse
Source§impl Default for GetDIDsCANResponse
impl Default for GetDIDsCANResponse
Source§fn default() -> GetDIDsCANResponse
fn default() -> GetDIDsCANResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDIDsCANResponse
impl<'de> Deserialize<'de> for GetDIDsCANResponse
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 GetDIDsCANResponse
impl RefUnwindSafe for GetDIDsCANResponse
impl Send for GetDIDsCANResponse
impl Sync for GetDIDsCANResponse
impl Unpin for GetDIDsCANResponse
impl UnsafeUnpin for GetDIDsCANResponse
impl UnwindSafe for GetDIDsCANResponse
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