pub struct Fields { /* private fields */ }Implementations§
Source§impl Fields
impl Fields
pub fn new<M: FormController>() -> Self
pub fn by_name(&self, name: &str) -> Option<&String>
pub fn get(&self, k: &usize) -> Option<&String>
pub fn get_name(&self, k: &usize) -> Option<&String>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn active(&self) -> &usize
Auto Trait Implementations§
impl Freeze for Fields
impl RefUnwindSafe for Fields
impl Send for Fields
impl Sync for Fields
impl Unpin for Fields
impl UnwindSafe for Fields
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