pub struct UpdateServiceAuthorization2Params {
pub request_body: Option<HashMap<String, Value>>,
}
Expand description
struct for passing parameters to the method update_service_authorization2
Fields§
§request_body: Option<HashMap<String, Value>>
Trait Implementations§
Source§impl Clone for UpdateServiceAuthorization2Params
impl Clone for UpdateServiceAuthorization2Params
Source§fn clone(&self) -> UpdateServiceAuthorization2Params
fn clone(&self) -> UpdateServiceAuthorization2Params
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 UpdateServiceAuthorization2Params
impl Default for UpdateServiceAuthorization2Params
Source§fn default() -> UpdateServiceAuthorization2Params
fn default() -> UpdateServiceAuthorization2Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateServiceAuthorization2Params
impl RefUnwindSafe for UpdateServiceAuthorization2Params
impl Send for UpdateServiceAuthorization2Params
impl Sync for UpdateServiceAuthorization2Params
impl Unpin for UpdateServiceAuthorization2Params
impl UnwindSafe for UpdateServiceAuthorization2Params
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