pub struct MessagePartDeltaProps {
pub session_id: String,
pub message_id: String,
pub part_id: String,
pub field: String,
pub delta: String,
}Expand description
Properties for EventListResponse::MessagePartDelta.
Fields§
§session_id: StringSession ID.
message_id: StringMessage ID.
part_id: StringPart ID.
field: StringThe field being updated.
delta: StringThe delta text.
Trait Implementations§
Source§impl Clone for MessagePartDeltaProps
impl Clone for MessagePartDeltaProps
Source§fn clone(&self) -> MessagePartDeltaProps
fn clone(&self) -> MessagePartDeltaProps
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 MessagePartDeltaProps
impl Debug for MessagePartDeltaProps
Source§impl<'de> Deserialize<'de> for MessagePartDeltaProps
impl<'de> Deserialize<'de> for MessagePartDeltaProps
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 MessagePartDeltaProps
impl PartialEq for MessagePartDeltaProps
Source§impl Serialize for MessagePartDeltaProps
impl Serialize for MessagePartDeltaProps
impl Eq for MessagePartDeltaProps
impl StructuralPartialEq for MessagePartDeltaProps
Auto Trait Implementations§
impl Freeze for MessagePartDeltaProps
impl RefUnwindSafe for MessagePartDeltaProps
impl Send for MessagePartDeltaProps
impl Sync for MessagePartDeltaProps
impl Unpin for MessagePartDeltaProps
impl UnwindSafe for MessagePartDeltaProps
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.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
Compares
self with key and returns true if they are equal.