pub struct AgentStreamRequest { /* private fields */ }Implementations§
Source§impl AgentStreamRequest
impl AgentStreamRequest
pub fn attachment<T>(self, value: T) -> Self
pub fn attachments<T>(self, value: T) -> Self
pub fn backpack_accounts<T>(self, value: T) -> Self
pub fn cloud_permissions<T>(self, value: T) -> Self
pub fn message<T>(self, value: T) -> Self
pub fn run_id<T>(self, value: T) -> Self
pub fn session_grants<T>(self, value: T) -> Self
pub fn thread_id<T>(self, value: T) -> Self
pub fn user_address<T>(self, value: T) -> Self
pub fn workflow_wallet<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AgentStreamRequest
impl Clone for AgentStreamRequest
Source§fn clone(&self) -> AgentStreamRequest
fn clone(&self) -> AgentStreamRequest
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 AgentStreamRequest
impl Debug for AgentStreamRequest
Source§impl Default for AgentStreamRequest
impl Default for AgentStreamRequest
Source§impl From<AgentStreamRequest> for AgentStreamRequest
impl From<AgentStreamRequest> for AgentStreamRequest
Source§fn from(value: AgentStreamRequest) -> Self
fn from(value: AgentStreamRequest) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AgentStreamRequest> for AgentStreamRequest
impl TryFrom<AgentStreamRequest> for AgentStreamRequest
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AgentStreamRequest) -> Result<Self, ConversionError>
fn try_from(value: AgentStreamRequest) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AgentStreamRequest
impl RefUnwindSafe for AgentStreamRequest
impl Send for AgentStreamRequest
impl Sync for AgentStreamRequest
impl Unpin for AgentStreamRequest
impl UnsafeUnpin for AgentStreamRequest
impl UnwindSafe for AgentStreamRequest
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