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