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