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