pub struct CheckListProps<'a> {
pub items: Option<&'a [ChecklistItem]>,
pub show_ids: bool,
pub shift_left: bool,
}Fields§
§items: Option<&'a [ChecklistItem]>§show_ids: bool§shift_left: boolTrait Implementations§
Source§impl<'a> Default for CheckListProps<'a>
impl<'a> Default for CheckListProps<'a>
Source§fn default() -> CheckListProps<'a>
fn default() -> CheckListProps<'a>
Returns the “default value” for a type. Read more
impl<'a> Props for CheckListProps<'a>
Auto Trait Implementations§
impl<'a> Freeze for CheckListProps<'a>
impl<'a> RefUnwindSafe for CheckListProps<'a>
impl<'a> Send for CheckListProps<'a>
impl<'a> Sync for CheckListProps<'a>
impl<'a> Unpin for CheckListProps<'a>
impl<'a> UnsafeUnpin for CheckListProps<'a>
impl<'a> UnwindSafe for CheckListProps<'a>
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