pub struct RunStepDetailsMessageCreationObject {
    pub type: String,
    pub message_creation: RunStepDetailsMessageCreationObject_MessageCreation,
}Expand description
Details of the message creation by the run step.
Fields§
§type: StringAlways message_creation.
message_creation: RunStepDetailsMessageCreationObject_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 moreAuto 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