pub struct StreamMessagesResponse {
pub operations: Option<Vec<HashMap<String, Value>>>,
}Expand description
StreamMessagesResponse : Messages from a stream.
Fields§
§operations: Option<Vec<HashMap<String, Value>>>Implementations§
Source§impl StreamMessagesResponse
impl StreamMessagesResponse
Sourcepub fn new() -> StreamMessagesResponse
pub fn new() -> StreamMessagesResponse
Messages from a stream.
Trait Implementations§
Source§impl Clone for StreamMessagesResponse
impl Clone for StreamMessagesResponse
Source§fn clone(&self) -> StreamMessagesResponse
fn clone(&self) -> StreamMessagesResponse
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 StreamMessagesResponse
impl Debug for StreamMessagesResponse
Source§impl Default for StreamMessagesResponse
impl Default for StreamMessagesResponse
Source§fn default() -> StreamMessagesResponse
fn default() -> StreamMessagesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamMessagesResponse
impl<'de> Deserialize<'de> for StreamMessagesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StreamMessagesResponse
impl PartialEq for StreamMessagesResponse
Source§impl Serialize for StreamMessagesResponse
impl Serialize for StreamMessagesResponse
impl StructuralPartialEq for StreamMessagesResponse
Auto Trait Implementations§
impl Freeze for StreamMessagesResponse
impl RefUnwindSafe for StreamMessagesResponse
impl Send for StreamMessagesResponse
impl Sync for StreamMessagesResponse
impl Unpin for StreamMessagesResponse
impl UnwindSafe for StreamMessagesResponse
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