pub struct IosVppAppAssignmentSettings {
pub use_device_licensing: bool,
pub vpn_configuration_id: String,
}
Fields§
§use_device_licensing: bool
§vpn_configuration_id: String
Trait Implementations§
Source§impl Clone for IosVppAppAssignmentSettings
impl Clone for IosVppAppAssignmentSettings
Source§fn clone(&self) -> IosVppAppAssignmentSettings
fn clone(&self) -> IosVppAppAssignmentSettings
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 IosVppAppAssignmentSettings
impl Debug for IosVppAppAssignmentSettings
Source§impl<'de> Deserialize<'de> for IosVppAppAssignmentSettings
impl<'de> Deserialize<'de> for IosVppAppAssignmentSettings
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
impl Eq for IosVppAppAssignmentSettings
impl StructuralPartialEq for IosVppAppAssignmentSettings
Auto Trait Implementations§
impl Freeze for IosVppAppAssignmentSettings
impl RefUnwindSafe for IosVppAppAssignmentSettings
impl Send for IosVppAppAssignmentSettings
impl Sync for IosVppAppAssignmentSettings
impl Unpin for IosVppAppAssignmentSettings
impl UnwindSafe for IosVppAppAssignmentSettings
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