pub struct ComboBoxItem {
pub value: String,
}Fields§
§value: StringImplementations§
Trait Implementations§
Source§impl Clone for ComboBoxItem
impl Clone for ComboBoxItem
Source§fn clone(&self) -> ComboBoxItem
fn clone(&self) -> ComboBoxItem
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 ComboBoxItem
impl Debug for ComboBoxItem
impl Eq for ComboBoxItem
Source§impl PartialEq for ComboBoxItem
impl PartialEq for ComboBoxItem
impl StructuralPartialEq for ComboBoxItem
Auto Trait Implementations§
impl Freeze for ComboBoxItem
impl RefUnwindSafe for ComboBoxItem
impl Send for ComboBoxItem
impl Sync for ComboBoxItem
impl Unpin for ComboBoxItem
impl UnsafeUnpin for ComboBoxItem
impl UnwindSafe for ComboBoxItem
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