pub struct RunStepDeltaStepDetailsMessageCreationObjectMessageCreation {
pub message_id: Option<String>,
}
Fields§
§message_id: Option<String>
The ID of the message that was created by this run step.
Implementations§
Source§impl RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
Sourcepub fn builder() -> RunStepDeltaStepDetailsMessageCreationObjectMessageCreationBuilder<((),)>
pub fn builder() -> RunStepDeltaStepDetailsMessageCreationObjectMessageCreationBuilder<((),)>
Create a builder for building RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
.
On the builder, call .message_id(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
.
Trait Implementations§
Source§impl Clone for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl Clone for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
Source§fn clone(&self) -> RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
fn clone(&self) -> RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
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 Default for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl Default for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
Source§fn default() -> RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
fn default() -> RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl<'de> Deserialize<'de> for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
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 RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl PartialEq for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
Source§fn eq(
&self,
other: &RunStepDeltaStepDetailsMessageCreationObjectMessageCreation,
) -> bool
fn eq( &self, other: &RunStepDeltaStepDetailsMessageCreationObjectMessageCreation, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
Auto Trait Implementations§
impl Freeze for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl RefUnwindSafe for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl Send for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl Sync for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl Unpin for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
impl UnwindSafe for RunStepDeltaStepDetailsMessageCreationObjectMessageCreation
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