pub struct BedrockAgentCollaboratorSummary {
pub collaborator_id: String,
pub collaborator_name: String,
pub collaborator_alias_arn: String,
pub relay_conversation_history: String,
}Fields§
§collaborator_id: String§collaborator_name: String§collaborator_alias_arn: String§relay_conversation_history: StringTrait Implementations§
Source§impl Clone for BedrockAgentCollaboratorSummary
impl Clone for BedrockAgentCollaboratorSummary
Source§fn clone(&self) -> BedrockAgentCollaboratorSummary
fn clone(&self) -> BedrockAgentCollaboratorSummary
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 BedrockAgentCollaboratorSummary
impl<'de> Deserialize<'de> for BedrockAgentCollaboratorSummary
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 BedrockAgentCollaboratorSummary
impl RefUnwindSafe for BedrockAgentCollaboratorSummary
impl Send for BedrockAgentCollaboratorSummary
impl Sync for BedrockAgentCollaboratorSummary
impl Unpin for BedrockAgentCollaboratorSummary
impl UnsafeUnpin for BedrockAgentCollaboratorSummary
impl UnwindSafe for BedrockAgentCollaboratorSummary
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