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