pub struct CheckBoxProperties<T: Model> {
pub field_name: String,
pub form: Form<T>,
pub ontoggle: Callback<bool>,
}Fields§
§field_name: String§form: Form<T>§ontoggle: Callback<bool>Trait Implementations§
Source§impl<T: Clone + Model> Clone for CheckBoxProperties<T>
impl<T: Clone + Model> Clone for CheckBoxProperties<T>
Source§fn clone(&self) -> CheckBoxProperties<T>
fn clone(&self) -> CheckBoxProperties<T>
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 moreAuto Trait Implementations§
impl<T> Freeze for CheckBoxProperties<T>
impl<T> !RefUnwindSafe for CheckBoxProperties<T>
impl<T> !Send for CheckBoxProperties<T>
impl<T> !Sync for CheckBoxProperties<T>
impl<T> Unpin for CheckBoxProperties<T>
impl<T> UnsafeUnpin for CheckBoxProperties<T>
impl<T> !UnwindSafe for CheckBoxProperties<T>
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