pub struct PromptTurnFailure {
pub terminal_state: PromptTurnTerminalState,
pub source_method: String,
pub code: Option<i64>,
pub message: String,
}Fields§
§terminal_state: PromptTurnTerminalState§source_method: String§code: Option<i64>§message: StringTrait Implementations§
Source§impl Clone for PromptTurnFailure
impl Clone for PromptTurnFailure
Source§fn clone(&self) -> PromptTurnFailure
fn clone(&self) -> PromptTurnFailure
Returns a duplicate of the value. Read more
1.0.0 · 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 PromptTurnFailure
impl Debug for PromptTurnFailure
Source§impl Display for PromptTurnFailure
impl Display for PromptTurnFailure
Source§impl PartialEq for PromptTurnFailure
impl PartialEq for PromptTurnFailure
impl Eq for PromptTurnFailure
impl StructuralPartialEq for PromptTurnFailure
Auto Trait Implementations§
impl Freeze for PromptTurnFailure
impl RefUnwindSafe for PromptTurnFailure
impl Send for PromptTurnFailure
impl Sync for PromptTurnFailure
impl Unpin for PromptTurnFailure
impl UnsafeUnpin for PromptTurnFailure
impl UnwindSafe for PromptTurnFailure
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