pub struct WorkflowsPlanResult {
pub run: WorkflowRun,
pub approval_required: bool,
}Fields§
§run: WorkflowRun§approval_required: boolTrait Implementations§
Source§impl Clone for WorkflowsPlanResult
impl Clone for WorkflowsPlanResult
Source§fn clone(&self) -> WorkflowsPlanResult
fn clone(&self) -> WorkflowsPlanResult
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 WorkflowsPlanResult
impl Debug for WorkflowsPlanResult
Source§impl<'de> Deserialize<'de> for WorkflowsPlanResult
impl<'de> Deserialize<'de> for WorkflowsPlanResult
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 WorkflowsPlanResult
impl PartialEq for WorkflowsPlanResult
Source§fn eq(&self, other: &WorkflowsPlanResult) -> bool
fn eq(&self, other: &WorkflowsPlanResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkflowsPlanResult
impl Serialize for WorkflowsPlanResult
impl StructuralPartialEq for WorkflowsPlanResult
Auto Trait Implementations§
impl Freeze for WorkflowsPlanResult
impl RefUnwindSafe for WorkflowsPlanResult
impl Send for WorkflowsPlanResult
impl Sync for WorkflowsPlanResult
impl Unpin for WorkflowsPlanResult
impl UnsafeUnpin for WorkflowsPlanResult
impl UnwindSafe for WorkflowsPlanResult
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