pub struct ActionPolicyResult {
pub dry_run: bool,
pub retries: u8,
pub retry_delay_ms: u64,
pub timeout_ms: u64,
}Fields§
§dry_run: bool§retries: u8§retry_delay_ms: u64§timeout_ms: u64Trait Implementations§
Source§impl Clone for ActionPolicyResult
impl Clone for ActionPolicyResult
Source§fn clone(&self) -> ActionPolicyResult
fn clone(&self) -> ActionPolicyResult
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 ActionPolicyResult
impl Debug for ActionPolicyResult
Source§impl PartialEq for ActionPolicyResult
impl PartialEq for ActionPolicyResult
Source§impl Serialize for ActionPolicyResult
impl Serialize for ActionPolicyResult
impl Eq for ActionPolicyResult
impl StructuralPartialEq for ActionPolicyResult
Auto Trait Implementations§
impl Freeze for ActionPolicyResult
impl RefUnwindSafe for ActionPolicyResult
impl Send for ActionPolicyResult
impl Sync for ActionPolicyResult
impl Unpin for ActionPolicyResult
impl UnsafeUnpin for ActionPolicyResult
impl UnwindSafe for ActionPolicyResult
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