pub struct ManagedAppRegistrationsRequest<'a, Client> { /* private fields */ }
Implementations
pub fn create_operations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_operations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_intended_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_intended_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_intended_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_intended_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_operations<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_operations<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_operations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_operations<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn get_applied_policies<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_applied_policies<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_applied_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_applied_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn list_applied_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_applied_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn create_applied_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn create_applied_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_intended_policies<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn get_intended_policies<S: AsRef<str>>(
&'a self,
id: S,
id2: S
) -> IntoResponse<'a, Value, Client>
pub fn update_intended_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
pub fn update_intended_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
id2: S,
body: &B
) -> IntoResponse<'a, NoContent, Client>
Auto Trait Implementations
impl<'a, Client> RefUnwindSafe for ManagedAppRegistrationsRequest<'a, Client> where
Client: RefUnwindSafe,
impl<'a, Client> Send for ManagedAppRegistrationsRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Sync for ManagedAppRegistrationsRequest<'a, Client> where
Client: Sync,
impl<'a, Client> Unpin for ManagedAppRegistrationsRequest<'a, Client>
impl<'a, Client> UnwindSafe for ManagedAppRegistrationsRequest<'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