pub struct TargetedManagedAppProtection {
pub is_assigned: bool,
pub assignments: Vec<TargetedManagedAppPolicyAssignment>,
}
Fields§
§is_assigned: bool
§assignments: Vec<TargetedManagedAppPolicyAssignment>
Trait Implementations§
Source§impl Clone for TargetedManagedAppProtection
impl Clone for TargetedManagedAppProtection
Source§fn clone(&self) -> TargetedManagedAppProtection
fn clone(&self) -> TargetedManagedAppProtection
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 TargetedManagedAppProtection
impl Debug for TargetedManagedAppProtection
Source§impl<'de> Deserialize<'de> for TargetedManagedAppProtection
impl<'de> Deserialize<'de> for TargetedManagedAppProtection
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 TargetedManagedAppProtection
impl PartialEq for TargetedManagedAppProtection
Source§fn eq(&self, other: &TargetedManagedAppProtection) -> bool
fn eq(&self, other: &TargetedManagedAppProtection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for TargetedManagedAppProtection
impl StructuralPartialEq for TargetedManagedAppProtection
Auto Trait Implementations§
impl Freeze for TargetedManagedAppProtection
impl RefUnwindSafe for TargetedManagedAppProtection
impl Send for TargetedManagedAppProtection
impl Sync for TargetedManagedAppProtection
impl Unpin for TargetedManagedAppProtection
impl UnwindSafe for TargetedManagedAppProtection
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