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