pub struct MultiSelectItem {
pub value: String,
pub text: String,
}Fields§
§value: String§text: StringTrait Implementations§
Source§impl Clone for MultiSelectItem
impl Clone for MultiSelectItem
Source§fn clone(&self) -> MultiSelectItem
fn clone(&self) -> MultiSelectItem
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 moreSource§impl PartialEq for MultiSelectItem
impl PartialEq for MultiSelectItem
Source§impl Properties for MultiSelectItem
impl Properties for MultiSelectItem
impl StructuralPartialEq for MultiSelectItem
Auto Trait Implementations§
impl Freeze for MultiSelectItem
impl RefUnwindSafe for MultiSelectItem
impl Send for MultiSelectItem
impl Sync for MultiSelectItem
impl Unpin for MultiSelectItem
impl UnwindSafe for MultiSelectItem
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