pub struct DeviceCompliancePoliciesRequest<'a, Client> { /* private fields */ }Implementations
pub fn get_device_setting_state_summaries<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_device_setting_state_summaries<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_device_setting_state_summaries<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_device_setting_state_summaries<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn list_device_statuses<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_device_statuses<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_device_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_device_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_device_setting_state_summaries<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_device_setting_state_summaries<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_device_setting_state_summaries<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_device_setting_state_summaries<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_assignments<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_assignments<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_assignments<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_assignments<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn schedule_actions_for_rules<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn schedule_actions_for_rules<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn get_scheduled_actions_for_rule<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_scheduled_actions_for_rule<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_scheduled_actions_for_rule<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_scheduled_actions_for_rule<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn get_device_status_overview<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn get_device_status_overview<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_device_status_overview<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_device_status_overview<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn list_scheduled_actions_for_rule<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_scheduled_actions_for_rule<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_scheduled_actions_for_rule<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_scheduled_actions_for_rule<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_device_statuses<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_device_statuses<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_device_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_device_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn create_assignments<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_assignments<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_user_status_overview<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn get_user_status_overview<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_user_status_overview<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_user_status_overview<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn get_user_statuses<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_user_statuses<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_user_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_user_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn create_user_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_user_statuses<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
Auto Trait Implementations
impl<'a, Client> RefUnwindSafe for DeviceCompliancePoliciesRequest<'a, Client> where
Client: RefUnwindSafe,
impl<'a, Client> Send for DeviceCompliancePoliciesRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Sync for DeviceCompliancePoliciesRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Unpin for DeviceCompliancePoliciesRequest<'a, Client>
impl<'a, Client> UnwindSafe for DeviceCompliancePoliciesRequest<'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