pub struct AgentRegistrationCreatedDataAgentIdentity {
pub object: String,
pub id: String,
pub userland_user_id: AgentRegistrationClaimCompletedDataClaimedByOrganizationIdOneOf,
}Expand description
The agent identity for this registration.
Fields§
§object: StringDistinguishes the agent identity object.
id: StringUnique identifier of the agent identity.
userland_user_id: AgentRegistrationClaimCompletedDataClaimedByOrganizationIdOneOfThe ID of the userland user bound to this agent identity.
Trait Implementations§
Source§impl Clone for AgentRegistrationCreatedDataAgentIdentity
impl Clone for AgentRegistrationCreatedDataAgentIdentity
Source§fn clone(&self) -> AgentRegistrationCreatedDataAgentIdentity
fn clone(&self) -> AgentRegistrationCreatedDataAgentIdentity
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<'de> Deserialize<'de> for AgentRegistrationCreatedDataAgentIdentity
impl<'de> Deserialize<'de> for AgentRegistrationCreatedDataAgentIdentity
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 AgentRegistrationCreatedDataAgentIdentity
impl RefUnwindSafe for AgentRegistrationCreatedDataAgentIdentity
impl Send for AgentRegistrationCreatedDataAgentIdentity
impl Sync for AgentRegistrationCreatedDataAgentIdentity
impl Unpin for AgentRegistrationCreatedDataAgentIdentity
impl UnsafeUnpin for AgentRegistrationCreatedDataAgentIdentity
impl UnwindSafe for AgentRegistrationCreatedDataAgentIdentity
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