pub struct NgwafSimulateWafRequestParams {
pub workspace_id: String,
pub waf_simulate_request: WafSimulateRequest,
}Expand description
struct for passing parameters to the method ngwaf_simulate_waf_request
Fields§
§workspace_id: StringThe ID of the workspace.
waf_simulate_request: WafSimulateRequestTrait Implementations§
Source§impl Clone for NgwafSimulateWafRequestParams
impl Clone for NgwafSimulateWafRequestParams
Source§fn clone(&self) -> NgwafSimulateWafRequestParams
fn clone(&self) -> NgwafSimulateWafRequestParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NgwafSimulateWafRequestParams
impl Default for NgwafSimulateWafRequestParams
Source§fn default() -> NgwafSimulateWafRequestParams
fn default() -> NgwafSimulateWafRequestParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NgwafSimulateWafRequestParams
impl RefUnwindSafe for NgwafSimulateWafRequestParams
impl Send for NgwafSimulateWafRequestParams
impl Sync for NgwafSimulateWafRequestParams
impl Unpin for NgwafSimulateWafRequestParams
impl UnsafeUnpin for NgwafSimulateWafRequestParams
impl UnwindSafe for NgwafSimulateWafRequestParams
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