[][src]Struct graph_rs_sdk::managed_devices::ManagedDevicesRequest

pub struct ManagedDevicesRequest<'a, Client> { /* fields omitted */ }

Implementations

impl<'a, Client> ManagedDevicesRequest<'a, Client> where
    Client: RequestClient
[src]

pub fn bypass_activation_lock(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn clean_windows_device<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn delete_user_from_shared_apple_device<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn get_device_category(&'a self) -> IntoResponse<'a, Value, Client>[src]

pub fn update_device_category<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_device_compliance_policy_states(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_device_compliance_policy_states<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_device_compliance_policy_states<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_device_compliance_policy_states<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn list_device_configuration_states(
    &'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]

pub fn create_device_configuration_states<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, Value, Client>
[src]

pub fn get_device_configuration_states<S: AsRef<str>>(
    &'a self,
    id: S
) -> IntoResponse<'a, Value, Client>
[src]

pub fn update_device_configuration_states<S: AsRef<str>, B: Serialize>(
    &'a self,
    id: S,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn disable_lost_mode(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn locate_device(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn logout_shared_apple_device_active_user(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn reboot_now(&'a self) -> IntoResponse<'a, GraphResponse<Content>, Client>[src]

pub fn recover_passcode(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn remote_lock(&'a self) -> IntoResponse<'a, GraphResponse<Content>, Client>[src]

pub fn request_remote_assistance(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn reset_passcode(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn retire(&'a self) -> IntoResponse<'a, GraphResponse<Content>, Client>[src]

pub fn shut_down(&'a self) -> IntoResponse<'a, GraphResponse<Content>, Client>[src]

pub fn sync_device(&'a self) -> IntoResponse<'a, GraphResponse<Content>, Client>[src]

pub fn update_windows_device_account<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn windows_defender_scan<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn windows_defender_update_signatures(
    &'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

pub fn wipe<B: Serialize>(
    &'a self,
    body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]

Auto Trait Implementations

impl<'a, Client> RefUnwindSafe for ManagedDevicesRequest<'a, Client> where
    Client: RefUnwindSafe
[src]

impl<'a, Client> Send for ManagedDevicesRequest<'a, Client> where
    Client: Sync
[src]

impl<'a, Client> Sync for ManagedDevicesRequest<'a, Client> where
    Client: Sync
[src]

impl<'a, Client> Unpin for ManagedDevicesRequest<'a, Client>[src]

impl<'a, Client> UnwindSafe for ManagedDevicesRequest<'a, Client> where
    Client: RefUnwindSafe
[src]

Blanket Implementations

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

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

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

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Pointable for T

type Init = T

The type for initializers.

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.