pub struct ApiSecurityUpdateOperationParams {
pub service_id: String,
pub operation_id: String,
pub operation_update: Option<OperationUpdate>,
}Expand description
struct for passing parameters to the method api_security_update_operation
Fields§
§service_id: StringThe unique identifier of the service.
operation_id: StringThe unique identifier of the operation.
operation_update: Option<OperationUpdate>Trait Implementations§
Source§impl Clone for ApiSecurityUpdateOperationParams
impl Clone for ApiSecurityUpdateOperationParams
Source§fn clone(&self) -> ApiSecurityUpdateOperationParams
fn clone(&self) -> ApiSecurityUpdateOperationParams
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 ApiSecurityUpdateOperationParams
impl Default for ApiSecurityUpdateOperationParams
Source§fn default() -> ApiSecurityUpdateOperationParams
fn default() -> ApiSecurityUpdateOperationParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiSecurityUpdateOperationParams
impl RefUnwindSafe for ApiSecurityUpdateOperationParams
impl Send for ApiSecurityUpdateOperationParams
impl Sync for ApiSecurityUpdateOperationParams
impl Unpin for ApiSecurityUpdateOperationParams
impl UnsafeUnpin for ApiSecurityUpdateOperationParams
impl UnwindSafe for ApiSecurityUpdateOperationParams
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