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