pub struct CheckListItemProps {
pub left: bool,
pub graphic: GraphicType,
pub disabled: bool,
pub on_request_selected: Callback<RequestSelectedDetail>,
pub children: Children,
}Expand description
Props for CheckListItem
Documentation for properties and events
Fields§
§left: bool§graphic: GraphicType§disabled: bool§on_request_selected: Callback<RequestSelectedDetail>§children: ChildrenTrait Implementations§
Source§impl Clone for CheckListItemProps
impl Clone for CheckListItemProps
Source§fn clone(&self) -> CheckListItemProps
fn clone(&self) -> CheckListItemProps
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 CheckListItemProps
impl Debug for CheckListItemProps
Auto Trait Implementations§
impl Freeze for CheckListItemProps
impl !RefUnwindSafe for CheckListItemProps
impl !Send for CheckListItemProps
impl !Sync for CheckListItemProps
impl Unpin for CheckListItemProps
impl UnsafeUnpin for CheckListItemProps
impl !UnwindSafe for CheckListItemProps
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