pub struct WaitForRunResult {
pub run: Run,
pub stream_messages: Vec<RunStreamMessage>,
pub last_event_id: Option<String>,
pub used_polling_fallback: bool,
}Fields§
§run: Run§stream_messages: Vec<RunStreamMessage>§last_event_id: Option<String>§used_polling_fallback: boolTrait Implementations§
Source§impl Clone for WaitForRunResult
impl Clone for WaitForRunResult
Source§fn clone(&self) -> WaitForRunResult
fn clone(&self) -> WaitForRunResult
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 moreAuto Trait Implementations§
impl Freeze for WaitForRunResult
impl RefUnwindSafe for WaitForRunResult
impl Send for WaitForRunResult
impl Sync for WaitForRunResult
impl Unpin for WaitForRunResult
impl UnsafeUnpin for WaitForRunResult
impl UnwindSafe for WaitForRunResult
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