pub struct PromoteExecutionRequest {
pub edits: Option<PromoteCaseEdits>,
pub name: Option<String>,
}Fields§
§edits: Option<PromoteCaseEdits>§name: Option<String>Trait Implementations§
Source§impl Clone for PromoteExecutionRequest
impl Clone for PromoteExecutionRequest
Source§fn clone(&self) -> PromoteExecutionRequest
fn clone(&self) -> PromoteExecutionRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PromoteExecutionRequest
impl Debug for PromoteExecutionRequest
Source§impl Default for PromoteExecutionRequest
impl Default for PromoteExecutionRequest
Source§fn default() -> PromoteExecutionRequest
fn default() -> PromoteExecutionRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PromoteExecutionRequest
impl<'de> Deserialize<'de> for PromoteExecutionRequest
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
Auto Trait Implementations§
impl Freeze for PromoteExecutionRequest
impl RefUnwindSafe for PromoteExecutionRequest
impl Send for PromoteExecutionRequest
impl Sync for PromoteExecutionRequest
impl Unpin for PromoteExecutionRequest
impl UnsafeUnpin for PromoteExecutionRequest
impl UnwindSafe for PromoteExecutionRequest
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