[][src]Struct graph_rs_sdk::device_management::AppManagedDevicesRequest

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

Implementations

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<'a, Client> UnwindSafe for AppManagedDevicesRequest<'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.