pub struct GetAgentIdentityResponse {
pub public_key: Option<String>,
pub created_at: Option<String>,
}Expand description
GetAgentIdentityResponse model.
Fields§
§public_key: Option<String>§created_at: Option<String>Trait Implementations§
Source§impl Clone for GetAgentIdentityResponse
impl Clone for GetAgentIdentityResponse
Source§fn clone(&self) -> GetAgentIdentityResponse
fn clone(&self) -> GetAgentIdentityResponse
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 GetAgentIdentityResponse
impl Debug for GetAgentIdentityResponse
Source§impl Default for GetAgentIdentityResponse
impl Default for GetAgentIdentityResponse
Source§fn default() -> GetAgentIdentityResponse
fn default() -> GetAgentIdentityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAgentIdentityResponse
impl<'de> Deserialize<'de> for GetAgentIdentityResponse
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
Source§impl PartialEq for GetAgentIdentityResponse
impl PartialEq for GetAgentIdentityResponse
Source§impl Serialize for GetAgentIdentityResponse
impl Serialize for GetAgentIdentityResponse
impl StructuralPartialEq for GetAgentIdentityResponse
Auto Trait Implementations§
impl Freeze for GetAgentIdentityResponse
impl RefUnwindSafe for GetAgentIdentityResponse
impl Send for GetAgentIdentityResponse
impl Sync for GetAgentIdentityResponse
impl Unpin for GetAgentIdentityResponse
impl UnsafeUnpin for GetAgentIdentityResponse
impl UnwindSafe for GetAgentIdentityResponse
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