pub struct FeedbackContext { /* private fields */ }Implementations§
Source§impl FeedbackContext
impl FeedbackContext
pub fn agent_wallet<T>(self, value: T) -> Self
pub fn chain_id<T>(self, value: T) -> Self
pub fn endpoint<T>(self, value: T) -> Self
pub fn model_id<T>(self, value: T) -> Self
pub fn payment_intent_id<T>(self, value: T) -> Self
pub fn provider<T>(self, value: T) -> Self
pub fn receipt<T>(self, value: T) -> Self
pub fn request_id<T>(self, value: T) -> Self
pub fn run_id<T>(self, value: T) -> Self
pub fn sdk<T>(self, value: T) -> Self
pub fn workflow_wallet<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for FeedbackContext
impl Clone for FeedbackContext
Source§fn clone(&self) -> FeedbackContext
fn clone(&self) -> FeedbackContext
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 FeedbackContext
impl Debug for FeedbackContext
Source§impl Default for FeedbackContext
impl Default for FeedbackContext
Source§impl From<FeedbackContext> for FeedbackContext
impl From<FeedbackContext> for FeedbackContext
Source§fn from(value: FeedbackContext) -> Self
fn from(value: FeedbackContext) -> Self
Converts to this type from the input type.
Source§impl TryFrom<FeedbackContext> for FeedbackContext
impl TryFrom<FeedbackContext> for FeedbackContext
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: FeedbackContext) -> Result<Self, ConversionError>
fn try_from(value: FeedbackContext) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for FeedbackContext
impl RefUnwindSafe for FeedbackContext
impl Send for FeedbackContext
impl Sync for FeedbackContext
impl Unpin for FeedbackContext
impl UnsafeUnpin for FeedbackContext
impl UnwindSafe for FeedbackContext
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