pub enum MultiSelectState {
Default,
Negative,
Positive,
}Variants§
Trait Implementations§
Source§impl Clone for MultiSelectState
impl Clone for MultiSelectState
Source§fn clone(&self) -> MultiSelectState
fn clone(&self) -> MultiSelectState
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 Default for MultiSelectState
impl Default for MultiSelectState
Source§impl PartialEq for MultiSelectState
impl PartialEq for MultiSelectState
impl StructuralPartialEq for MultiSelectState
Auto Trait Implementations§
impl Freeze for MultiSelectState
impl RefUnwindSafe for MultiSelectState
impl Send for MultiSelectState
impl Sync for MultiSelectState
impl Unpin for MultiSelectState
impl UnwindSafe for MultiSelectState
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