pub struct MobileAppAssignment {
pub intent: InstallIntent,
pub target: DeviceAndAppManagementAssignmentTarget,
pub settings: MobileAppAssignmentSettings,
}
Fields§
§intent: InstallIntent
§target: DeviceAndAppManagementAssignmentTarget
§settings: MobileAppAssignmentSettings
Trait Implementations§
Source§impl Clone for MobileAppAssignment
impl Clone for MobileAppAssignment
Source§fn clone(&self) -> MobileAppAssignment
fn clone(&self) -> MobileAppAssignment
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 MobileAppAssignment
impl Debug for MobileAppAssignment
Source§impl<'de> Deserialize<'de> for MobileAppAssignment
impl<'de> Deserialize<'de> for MobileAppAssignment
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 MobileAppAssignment
impl PartialEq for MobileAppAssignment
Source§impl Serialize for MobileAppAssignment
impl Serialize for MobileAppAssignment
impl Eq for MobileAppAssignment
impl StructuralPartialEq for MobileAppAssignment
Auto Trait Implementations§
impl Freeze for MobileAppAssignment
impl RefUnwindSafe for MobileAppAssignment
impl Send for MobileAppAssignment
impl Sync for MobileAppAssignment
impl Unpin for MobileAppAssignment
impl UnwindSafe for MobileAppAssignment
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