pub struct FauxAssistantMessageOptions {
pub stop_reason: Option<StopReason>,
pub error_message: Option<String>,
pub response_id: Option<String>,
pub timestamp: Option<u64>,
}Fields§
§stop_reason: Option<StopReason>§error_message: Option<String>§response_id: Option<String>§timestamp: Option<u64>Trait Implementations§
Source§impl Clone for FauxAssistantMessageOptions
impl Clone for FauxAssistantMessageOptions
Source§fn clone(&self) -> FauxAssistantMessageOptions
fn clone(&self) -> FauxAssistantMessageOptions
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 FauxAssistantMessageOptions
impl Debug for FauxAssistantMessageOptions
Source§impl Default for FauxAssistantMessageOptions
impl Default for FauxAssistantMessageOptions
Source§fn default() -> FauxAssistantMessageOptions
fn default() -> FauxAssistantMessageOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FauxAssistantMessageOptions
impl RefUnwindSafe for FauxAssistantMessageOptions
impl Send for FauxAssistantMessageOptions
impl Sync for FauxAssistantMessageOptions
impl Unpin for FauxAssistantMessageOptions
impl UnsafeUnpin for FauxAssistantMessageOptions
impl UnwindSafe for FauxAssistantMessageOptions
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