pub struct DeleteServiceAuthorization2Params {
pub request_body: Option<HashMap<String, Value>>,
}
Expand description
struct for passing parameters to the method delete_service_authorization2
Fields§
§request_body: Option<HashMap<String, Value>>
Trait Implementations§
source§impl Clone for DeleteServiceAuthorization2Params
impl Clone for DeleteServiceAuthorization2Params
source§fn clone(&self) -> DeleteServiceAuthorization2Params
fn clone(&self) -> DeleteServiceAuthorization2Params
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DeleteServiceAuthorization2Params
impl Default for DeleteServiceAuthorization2Params
source§fn default() -> DeleteServiceAuthorization2Params
fn default() -> DeleteServiceAuthorization2Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DeleteServiceAuthorization2Params
impl Send for DeleteServiceAuthorization2Params
impl Sync for DeleteServiceAuthorization2Params
impl Unpin for DeleteServiceAuthorization2Params
impl UnwindSafe for DeleteServiceAuthorization2Params
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more