pub struct JobStopParams {
pub region: Option<String>,
pub global: Option<bool>,
pub purge: Option<bool>,
pub namespace: Option<String>,
}
Fields§
§region: Option<String>
§global: Option<bool>
§purge: Option<bool>
§namespace: Option<String>
Trait Implementations§
Source§impl Debug for JobStopParams
impl Debug for JobStopParams
Source§impl Default for JobStopParams
impl Default for JobStopParams
Source§fn default() -> JobStopParams
fn default() -> JobStopParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JobStopParams
impl RefUnwindSafe for JobStopParams
impl Send for JobStopParams
impl Sync for JobStopParams
impl Unpin for JobStopParams
impl UnwindSafe for JobStopParams
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