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