pub struct FormErrorProps {
pub message: String,
pub class: Option<String>,
pub id: Option<String>,
}Fields§
§message: String§class: Option<String>§id: Option<String>Trait Implementations§
Source§impl Clone for FormErrorProps
impl Clone for FormErrorProps
Source§fn clone(&self) -> FormErrorProps
fn clone(&self) -> FormErrorProps
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 FormErrorProps
impl Debug for FormErrorProps
Source§impl PartialEq for FormErrorProps
impl PartialEq for FormErrorProps
Source§fn eq(&self, other: &FormErrorProps) -> bool
fn eq(&self, other: &FormErrorProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FormErrorProps
Auto Trait Implementations§
impl Freeze for FormErrorProps
impl RefUnwindSafe for FormErrorProps
impl Send for FormErrorProps
impl Sync for FormErrorProps
impl Unpin for FormErrorProps
impl UnsafeUnpin for FormErrorProps
impl UnwindSafe for FormErrorProps
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