pub struct RunStepDeltaStepDetailsMessageCreationObject_MessageCreation {
pub message_id: Option<String>,
}
Fields§
§message_id: Option<String>
The ID of the message that was created by this run step.
Trait Implementations§
Source§impl Clone for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl Clone for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
Source§fn clone(&self) -> RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
fn clone(&self) -> RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
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 RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl Default for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
Source§fn default() -> RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
fn default() -> RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl RefUnwindSafe for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl Send for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl Sync for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl Unpin for RunStepDeltaStepDetailsMessageCreationObject_MessageCreation
impl UnwindSafe for RunStepDeltaStepDetailsMessageCreationObject_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