pub struct MessageStopEvent {
pub stop_reason: StopReason,
}Fields§
§stop_reason: StopReasonTrait Implementations§
Source§impl Clone for MessageStopEvent
impl Clone for MessageStopEvent
Source§fn clone(&self) -> MessageStopEvent
fn clone(&self) -> MessageStopEvent
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 moreAuto Trait Implementations§
impl Freeze for MessageStopEvent
impl RefUnwindSafe for MessageStopEvent
impl Send for MessageStopEvent
impl Sync for MessageStopEvent
impl Unpin for MessageStopEvent
impl UnsafeUnpin for MessageStopEvent
impl UnwindSafe for MessageStopEvent
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