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 duplicate 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 Freeze for DeleteServiceAuthorization2Params
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