[][src]Struct graph_rs_types::entitytypes::Windows10TeamGeneralConfiguration

pub struct Windows10TeamGeneralConfiguration {
    pub azure_operational_insights_block_telemetry: bool,
    pub azure_operational_insights_workspace_id: String,
    pub azure_operational_insights_workspace_key: String,
    pub connect_app_block_auto_launch: bool,
    pub maintenance_window_blocked: bool,
    pub maintenance_window_duration_in_hours: i32,
    pub maintenance_window_start_time: String,
    pub miracast_channel: MiracastChannel,
    pub miracast_blocked: bool,
    pub miracast_require_pin: bool,
    pub settings_block_my_meetings_and_files: bool,
    pub settings_block_session_resume: bool,
    pub settings_block_signin_suggestions: bool,
    pub settings_default_volume: i32,
    pub settings_screen_timeout_in_minutes: i32,
    pub settings_session_timeout_in_minutes: i32,
    pub settings_sleep_timeout_in_minutes: i32,
    pub welcome_screen_block_automatic_wake_up: bool,
    pub welcome_screen_background_image_url: String,
    pub welcome_screen_meeting_information: WelcomeScreenMeetingInformation,
}

Fields

azure_operational_insights_block_telemetry: boolazure_operational_insights_workspace_id: Stringazure_operational_insights_workspace_key: Stringconnect_app_block_auto_launch: boolmaintenance_window_blocked: boolmaintenance_window_duration_in_hours: i32maintenance_window_start_time: Stringmiracast_channel: MiracastChannelmiracast_blocked: boolmiracast_require_pin: boolsettings_block_my_meetings_and_files: boolsettings_block_session_resume: boolsettings_block_signin_suggestions: boolsettings_default_volume: i32settings_screen_timeout_in_minutes: i32settings_session_timeout_in_minutes: i32settings_sleep_timeout_in_minutes: i32welcome_screen_block_automatic_wake_up: boolwelcome_screen_background_image_url: Stringwelcome_screen_meeting_information: WelcomeScreenMeetingInformation

Trait Implementations

impl Eq for Windows10TeamGeneralConfiguration[src]

impl Clone for Windows10TeamGeneralConfiguration[src]

impl PartialEq<Windows10TeamGeneralConfiguration> for Windows10TeamGeneralConfiguration[src]

impl Debug for Windows10TeamGeneralConfiguration[src]

impl Serialize for Windows10TeamGeneralConfiguration[src]

impl<'de> Deserialize<'de> for Windows10TeamGeneralConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]