pub struct AgentCredentialMutationResponse {
pub agent_credential_id: AgentCredentialId,
pub version: u64,
}Expand description
The exact durable outcome of an agent-credential mutation.
Fields§
§agent_credential_id: AgentCredentialId§version: u64Trait Implementations§
impl Copy for AgentCredentialMutationResponse
Source§impl<'de> Deserialize<'de> for AgentCredentialMutationResponse
impl<'de> Deserialize<'de> for AgentCredentialMutationResponse
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 Eq for AgentCredentialMutationResponse
impl StructuralPartialEq for AgentCredentialMutationResponse
Auto Trait Implementations§
impl Freeze for AgentCredentialMutationResponse
impl RefUnwindSafe for AgentCredentialMutationResponse
impl Send for AgentCredentialMutationResponse
impl Sync for AgentCredentialMutationResponse
impl Unpin for AgentCredentialMutationResponse
impl UnsafeUnpin for AgentCredentialMutationResponse
impl UnwindSafe for AgentCredentialMutationResponse
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