pub struct AiAgentReferenceType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl AiAgentReferenceType
impl AiAgentReferenceType
pub const AI_AGENT_ID: &'static str = "ai_agent_id"
Trait Implementations§
Source§impl Clone for AiAgentReferenceType
impl Clone for AiAgentReferenceType
Source§fn clone(&self) -> AiAgentReferenceType
fn clone(&self) -> AiAgentReferenceType
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 AiAgentReferenceType
impl Debug for AiAgentReferenceType
Source§impl Default for AiAgentReferenceType
impl Default for AiAgentReferenceType
Source§fn default() -> AiAgentReferenceType
fn default() -> AiAgentReferenceType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiAgentReferenceType
impl<'de> Deserialize<'de> for AiAgentReferenceType
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 AiAgentReferenceType
Source§impl PartialEq for AiAgentReferenceType
impl PartialEq for AiAgentReferenceType
Source§impl Serialize for AiAgentReferenceType
impl Serialize for AiAgentReferenceType
impl StructuralPartialEq for AiAgentReferenceType
Auto Trait Implementations§
impl Freeze for AiAgentReferenceType
impl RefUnwindSafe for AiAgentReferenceType
impl Send for AiAgentReferenceType
impl Sync for AiAgentReferenceType
impl Unpin for AiAgentReferenceType
impl UnsafeUnpin for AiAgentReferenceType
impl UnwindSafe for AiAgentReferenceType
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