pub struct MessageDeltaPayload {
pub stop_reason: Option<String>,
pub stop_sequence: Option<String>,
}Fields§
§stop_reason: Option<String>§stop_sequence: Option<String>Trait Implementations§
Source§impl Clone for MessageDeltaPayload
impl Clone for MessageDeltaPayload
Source§fn clone(&self) -> MessageDeltaPayload
fn clone(&self) -> MessageDeltaPayload
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 MessageDeltaPayload
impl Debug for MessageDeltaPayload
Auto Trait Implementations§
impl Freeze for MessageDeltaPayload
impl RefUnwindSafe for MessageDeltaPayload
impl Send for MessageDeltaPayload
impl Sync for MessageDeltaPayload
impl Unpin for MessageDeltaPayload
impl UnsafeUnpin for MessageDeltaPayload
impl UnwindSafe for MessageDeltaPayload
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