pub struct FormFieldProps {
pub class: Option<String>,
}Fields§
§class: Option<String>Trait Implementations§
Source§impl Clone for FormFieldProps
impl Clone for FormFieldProps
Source§fn clone(&self) -> FormFieldProps
fn clone(&self) -> FormFieldProps
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 Debug for FormFieldProps
impl Debug for FormFieldProps
Source§impl Default for FormFieldProps
impl Default for FormFieldProps
Source§fn default() -> FormFieldProps
fn default() -> FormFieldProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for FormFieldProps
impl PartialEq for FormFieldProps
Source§fn eq(&self, other: &FormFieldProps) -> bool
fn eq(&self, other: &FormFieldProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FormFieldProps
Auto Trait Implementations§
impl Freeze for FormFieldProps
impl RefUnwindSafe for FormFieldProps
impl Send for FormFieldProps
impl Sync for FormFieldProps
impl Unpin for FormFieldProps
impl UnsafeUnpin for FormFieldProps
impl UnwindSafe for FormFieldProps
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