pub struct FormStyles {
pub base: Style,
}Expand description
Styles for the form container.
Fields§
§base: StyleBase style for the form.
Trait Implementations§
Source§impl Clone for FormStyles
impl Clone for FormStyles
Source§fn clone(&self) -> FormStyles
fn clone(&self) -> FormStyles
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 FormStyles
impl Debug for FormStyles
Source§impl Default for FormStyles
impl Default for FormStyles
Source§fn default() -> FormStyles
fn default() -> FormStyles
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FormStyles
impl !RefUnwindSafe for FormStyles
impl Send for FormStyles
impl Sync for FormStyles
impl Unpin for FormStyles
impl !UnwindSafe for FormStyles
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