pub struct MessageCreation {
pub message_id: String,
}
Fields§
§message_id: String
The ID of the message that was created by this run step.
Trait Implementations§
Source§impl Clone for MessageCreation
impl Clone for MessageCreation
Source§fn clone(&self) -> MessageCreation
fn clone(&self) -> MessageCreation
Returns a copy 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 MessageCreation
impl Debug for MessageCreation
Source§impl<'de> Deserialize<'de> for MessageCreation
impl<'de> Deserialize<'de> for MessageCreation
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 MessageCreation
impl PartialEq for MessageCreation
Source§impl Serialize for MessageCreation
impl Serialize for MessageCreation
impl StructuralPartialEq for MessageCreation
Auto Trait Implementations§
impl Freeze for MessageCreation
impl RefUnwindSafe for MessageCreation
impl Send for MessageCreation
impl Sync for MessageCreation
impl Unpin for MessageCreation
impl UnwindSafe for MessageCreation
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