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