pub struct AutoApplyPolicyConfig {
pub new_recommended: PolicyAction,
pub new_optional: PolicyAction,
pub locked_conflict: PolicyAction,
}Fields§
§new_recommended: PolicyAction§new_optional: PolicyAction§locked_conflict: PolicyActionTrait Implementations§
Source§impl Clone for AutoApplyPolicyConfig
impl Clone for AutoApplyPolicyConfig
Source§fn clone(&self) -> AutoApplyPolicyConfig
fn clone(&self) -> AutoApplyPolicyConfig
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 AutoApplyPolicyConfig
impl Debug for AutoApplyPolicyConfig
Source§impl Default for AutoApplyPolicyConfig
impl Default for AutoApplyPolicyConfig
Source§impl<'de> Deserialize<'de> for AutoApplyPolicyConfig
impl<'de> Deserialize<'de> for AutoApplyPolicyConfig
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 AutoApplyPolicyConfig
impl RefUnwindSafe for AutoApplyPolicyConfig
impl Send for AutoApplyPolicyConfig
impl Sync for AutoApplyPolicyConfig
impl Unpin for AutoApplyPolicyConfig
impl UnsafeUnpin for AutoApplyPolicyConfig
impl UnwindSafe for AutoApplyPolicyConfig
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