pub struct CheckFormsIssuesParams {}Expand description
Runs the form issues check for the target page. Found issues are reported using Audits.issueAdded event. checkFormsIssues
Trait Implementations§
Source§impl Clone for CheckFormsIssuesParams
impl Clone for CheckFormsIssuesParams
Source§fn clone(&self) -> CheckFormsIssuesParams
fn clone(&self) -> CheckFormsIssuesParams
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 Debug for CheckFormsIssuesParams
impl Debug for CheckFormsIssuesParams
Source§impl<'de> Deserialize<'de> for CheckFormsIssuesParams
impl<'de> Deserialize<'de> for CheckFormsIssuesParams
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
Source§impl PartialEq for CheckFormsIssuesParams
impl PartialEq for CheckFormsIssuesParams
Source§impl Serialize for CheckFormsIssuesParams
impl Serialize for CheckFormsIssuesParams
impl StructuralPartialEq for CheckFormsIssuesParams
Auto Trait Implementations§
impl Freeze for CheckFormsIssuesParams
impl RefUnwindSafe for CheckFormsIssuesParams
impl Send for CheckFormsIssuesParams
impl Sync for CheckFormsIssuesParams
impl Unpin for CheckFormsIssuesParams
impl UnsafeUnpin for CheckFormsIssuesParams
impl UnwindSafe for CheckFormsIssuesParams
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