pub struct JobPlanRequest {
pub job: Option<Box<Job>>,
pub diff: Option<bool>,
pub policy_override: Option<bool>,
}
Fields§
§job: Option<Box<Job>>
§diff: Option<bool>
§policy_override: Option<bool>
Implementations§
Source§impl JobPlanRequest
impl JobPlanRequest
pub fn new(job: Option<Job>) -> JobPlanRequest
Trait Implementations§
Source§impl Clone for JobPlanRequest
impl Clone for JobPlanRequest
Source§fn clone(&self) -> JobPlanRequest
fn clone(&self) -> JobPlanRequest
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 Debug for JobPlanRequest
impl Debug for JobPlanRequest
Source§impl<'de> Deserialize<'de> for JobPlanRequest
impl<'de> Deserialize<'de> for JobPlanRequest
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 JobPlanRequest
impl PartialEq for JobPlanRequest
Source§impl Serialize for JobPlanRequest
impl Serialize for JobPlanRequest
impl StructuralPartialEq for JobPlanRequest
Auto Trait Implementations§
impl Freeze for JobPlanRequest
impl RefUnwindSafe for JobPlanRequest
impl Send for JobPlanRequest
impl Sync for JobPlanRequest
impl Unpin for JobPlanRequest
impl UnwindSafe for JobPlanRequest
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