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