pub struct WebsocketExecutedRequest {
pub target: String,
pub transcript: Vec<WebsocketTranscriptEntry>,
pub last_received: Option<String>,
}Fields§
§target: String§transcript: Vec<WebsocketTranscriptEntry>§last_received: Option<String>Trait Implementations§
Source§impl Clone for WebsocketExecutedRequest
impl Clone for WebsocketExecutedRequest
Source§fn clone(&self) -> WebsocketExecutedRequest
fn clone(&self) -> WebsocketExecutedRequest
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 WebsocketExecutedRequest
impl Debug for WebsocketExecutedRequest
Source§impl PartialEq for WebsocketExecutedRequest
impl PartialEq for WebsocketExecutedRequest
impl Eq for WebsocketExecutedRequest
impl StructuralPartialEq for WebsocketExecutedRequest
Auto Trait Implementations§
impl Freeze for WebsocketExecutedRequest
impl RefUnwindSafe for WebsocketExecutedRequest
impl Send for WebsocketExecutedRequest
impl Sync for WebsocketExecutedRequest
impl Unpin for WebsocketExecutedRequest
impl UnsafeUnpin for WebsocketExecutedRequest
impl UnwindSafe for WebsocketExecutedRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.