pub struct AppManagedDevicesRequest<'a, Client> { /* private fields */ }Implementations
pub fn request_remote_assistance<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn request_remote_assistance<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn reboot_now<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn reboot_now<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn clean_windows_device<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn clean_windows_device<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn disable_lost_mode<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn disable_lost_mode<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn sync_device<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn sync_device<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn update_windows_device_account<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_windows_device_account<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn windows_defender_update_signatures<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn windows_defender_update_signatures<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn locate_device<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn locate_device<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn reset_passcode<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn reset_passcode<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn windows_defender_scan<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn windows_defender_scan<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn bypass_activation_lock<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn bypass_activation_lock<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn remote_lock<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn remote_lock<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn recover_passcode<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
pub fn recover_passcode<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, NoContent, Client>
Auto Trait Implementations
impl<'a, Client> RefUnwindSafe for AppManagedDevicesRequest<'a, Client> where
Client: RefUnwindSafe,
impl<'a, Client> Send for AppManagedDevicesRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Sync for AppManagedDevicesRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Unpin for AppManagedDevicesRequest<'a, Client>
impl<'a, Client> UnwindSafe for AppManagedDevicesRequest<'a, Client> where
Client: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more