pub struct RunStepDetailsMessageCreationObject {
    pub message_creation: MessageCreation,
}Expand description
Details of the message creation by the run step.
Fields§
§message_creation: MessageCreationTrait Implementations§
Source§impl Clone for RunStepDetailsMessageCreationObject
 
impl Clone for RunStepDetailsMessageCreationObject
Source§fn clone(&self) -> RunStepDetailsMessageCreationObject
 
fn clone(&self) -> RunStepDetailsMessageCreationObject
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<'de> Deserialize<'de> for RunStepDetailsMessageCreationObject
 
impl<'de> Deserialize<'de> for RunStepDetailsMessageCreationObject
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 RunStepDetailsMessageCreationObject
 
impl PartialEq for RunStepDetailsMessageCreationObject
Source§fn eq(&self, other: &RunStepDetailsMessageCreationObject) -> bool
 
fn eq(&self, other: &RunStepDetailsMessageCreationObject) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunStepDetailsMessageCreationObject
Auto Trait Implementations§
impl Freeze for RunStepDetailsMessageCreationObject
impl RefUnwindSafe for RunStepDetailsMessageCreationObject
impl Send for RunStepDetailsMessageCreationObject
impl Sync for RunStepDetailsMessageCreationObject
impl Unpin for RunStepDetailsMessageCreationObject
impl UnwindSafe for RunStepDetailsMessageCreationObject
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