pub struct GroupItem {
pub value: String,
pub label: String,
pub pressed: bool,
}Fields§
§value: String§label: String§pressed: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for GroupItem
impl RefUnwindSafe for GroupItem
impl Send for GroupItem
impl Sync for GroupItem
impl Unpin for GroupItem
impl UnsafeUnpin for GroupItem
impl UnwindSafe for GroupItem
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