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