pub struct Props {
pub name: String,
pub value: String,
pub label: String,
pub description: Option<String>,
pub id: String,
pub checked: bool,
pub indeterminate: bool,
pub disabled: bool,
pub required: bool,
}Fields§
§name: String§value: String§label: String§description: Option<String>§id: String§checked: bool§indeterminate: bool§disabled: bool§required: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Props
impl RefUnwindSafe for Props
impl Send for Props
impl Sync for Props
impl Unpin for Props
impl UnsafeUnpin for Props
impl UnwindSafe for Props
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