pub struct SetProductNgwafConfigurationParams {
pub service_id: String,
pub ngwaf_request_update_configuration: Option<NgwafRequestUpdateConfiguration>,
}Expand description
struct for passing parameters to the method set_product_ngwaf_configuration
Fields§
§service_id: StringAlphanumeric string identifying the service.
ngwaf_request_update_configuration: Option<NgwafRequestUpdateConfiguration>Trait Implementations§
Source§impl Clone for SetProductNgwafConfigurationParams
impl Clone for SetProductNgwafConfigurationParams
Source§fn clone(&self) -> SetProductNgwafConfigurationParams
fn clone(&self) -> SetProductNgwafConfigurationParams
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 SetProductNgwafConfigurationParams
impl Default for SetProductNgwafConfigurationParams
Source§fn default() -> SetProductNgwafConfigurationParams
fn default() -> SetProductNgwafConfigurationParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetProductNgwafConfigurationParams
impl RefUnwindSafe for SetProductNgwafConfigurationParams
impl Send for SetProductNgwafConfigurationParams
impl Sync for SetProductNgwafConfigurationParams
impl Unpin for SetProductNgwafConfigurationParams
impl UnwindSafe for SetProductNgwafConfigurationParams
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