pub struct FormParams<'a> { /* private fields */ }
Expand description
A structure for form parameters.
Implementations§
Source§impl<'a> FormParams<'a>
impl<'a> FormParams<'a>
Trait Implementations§
Source§impl<'a> Clone for FormParams<'a>
impl<'a> Clone for FormParams<'a>
Source§fn clone(&self) -> FormParams<'a>
fn clone(&self) -> FormParams<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Debug for FormParams<'a>
impl<'a> Debug for FormParams<'a>
Source§impl<'a> Default for FormParams<'a>
impl<'a> Default for FormParams<'a>
Source§fn default() -> FormParams<'a>
fn default() -> FormParams<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for FormParams<'a>
impl<'a> RefUnwindSafe for FormParams<'a>
impl<'a> Send for FormParams<'a>
impl<'a> Sync for FormParams<'a>
impl<'a> Unpin for FormParams<'a>
impl<'a> UnwindSafe for FormParams<'a>
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