pub struct MessagePartUpdatedProps {
pub part: Part,
}Expand description
Properties for EventListResponse::MessagePartUpdated.
Fields§
§part: PartThe updated part.
Trait Implementations§
Source§impl Clone for MessagePartUpdatedProps
impl Clone for MessagePartUpdatedProps
Source§fn clone(&self) -> MessagePartUpdatedProps
fn clone(&self) -> MessagePartUpdatedProps
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 MessagePartUpdatedProps
impl Debug for MessagePartUpdatedProps
Source§impl<'de> Deserialize<'de> for MessagePartUpdatedProps
impl<'de> Deserialize<'de> for MessagePartUpdatedProps
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 MessagePartUpdatedProps
impl PartialEq for MessagePartUpdatedProps
Source§impl Serialize for MessagePartUpdatedProps
impl Serialize for MessagePartUpdatedProps
impl StructuralPartialEq for MessagePartUpdatedProps
Auto Trait Implementations§
impl Freeze for MessagePartUpdatedProps
impl RefUnwindSafe for MessagePartUpdatedProps
impl Send for MessagePartUpdatedProps
impl Sync for MessagePartUpdatedProps
impl Unpin for MessagePartUpdatedProps
impl UnwindSafe for MessagePartUpdatedProps
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