pub struct agentSessionId;Trait Implementations§
Source§impl Field for agentSessionId
impl Field for agentSessionId
impl HasInputField<agentSessionId, String> for AgentActivityCreatePromptInput
Auto Trait Implementations§
impl Freeze for agentSessionId
impl RefUnwindSafe for agentSessionId
impl Send for agentSessionId
impl Sync for agentSessionId
impl Unpin for agentSessionId
impl UnwindSafe for agentSessionId
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