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