pub struct ManagedPolicyOperatorMvo {
pub policy_managed_entity_mvo: PolicyManagedEntityMvo,
pub policy_operator_mvo: PolicyOperatorMvo,
}Expand description
Managed PolicyOperator
Fields§
§policy_managed_entity_mvo: PolicyManagedEntityMvoInlined fields from PolicyManagedEntityMvo
policy_operator_mvo: PolicyOperatorMvoA PolicyOperator is an entity that defines the logical operations that can be used to combine multiple PolicyConditions within a PolicyExpression.
Trait Implementations§
Source§impl Clone for ManagedPolicyOperatorMvo
impl Clone for ManagedPolicyOperatorMvo
Source§fn clone(&self) -> ManagedPolicyOperatorMvo
fn clone(&self) -> ManagedPolicyOperatorMvo
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 ManagedPolicyOperatorMvo
impl Debug for ManagedPolicyOperatorMvo
Source§impl Default for ManagedPolicyOperatorMvo
impl Default for ManagedPolicyOperatorMvo
Source§fn default() -> ManagedPolicyOperatorMvo
fn default() -> ManagedPolicyOperatorMvo
Returns the “default value” for a type. Read more
Source§impl Deref for ManagedPolicyOperatorMvo
impl Deref for ManagedPolicyOperatorMvo
Source§impl DerefMut for ManagedPolicyOperatorMvo
impl DerefMut for ManagedPolicyOperatorMvo
Source§impl<'de> Deserialize<'de> for ManagedPolicyOperatorMvo
impl<'de> Deserialize<'de> for ManagedPolicyOperatorMvo
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 Display for ManagedPolicyOperatorMvo
impl Display for ManagedPolicyOperatorMvo
Auto Trait Implementations§
impl Freeze for ManagedPolicyOperatorMvo
impl RefUnwindSafe for ManagedPolicyOperatorMvo
impl Send for ManagedPolicyOperatorMvo
impl Sync for ManagedPolicyOperatorMvo
impl Unpin for ManagedPolicyOperatorMvo
impl UnsafeUnpin for ManagedPolicyOperatorMvo
impl UnwindSafe for ManagedPolicyOperatorMvo
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