pub struct GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction { /* private fields */ }Expand description
An include reCAPTCHA script action involves injecting reCAPTCHA JavaScript code into the HTML returned by the site backend. This reCAPTCHA script is tasked with collecting user signals on the requested web page, issuing tokens as a cookie within the site domain, and enabling their utilization in subsequent page requests.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl Clone for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
Source§fn clone(
&self,
) -> GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
fn clone( &self, ) -> GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
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 GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl Default for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
Source§fn default() -> GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
fn default() -> GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl<'de> Deserialize<'de> for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
Auto Trait Implementations§
impl Freeze for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl RefUnwindSafe for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl Send for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl Sync for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl Unpin for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl UnsafeUnpin for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
impl UnwindSafe for GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
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