pub enum SearchBarValue {
Collapsed,
Expanded,
}Expand description
Possible values of SearchBarState.
Variants§
Trait Implementations§
Source§impl Clone for SearchBarValue
impl Clone for SearchBarValue
Source§fn clone(&self) -> SearchBarValue
fn clone(&self) -> SearchBarValue
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 moreimpl Copy for SearchBarValue
Source§impl Debug for SearchBarValue
impl Debug for SearchBarValue
Source§impl PartialEq for SearchBarValue
impl PartialEq for SearchBarValue
Source§fn eq(&self, other: &SearchBarValue) -> bool
fn eq(&self, other: &SearchBarValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SearchBarValue
Auto Trait Implementations§
impl Freeze for SearchBarValue
impl RefUnwindSafe for SearchBarValue
impl Send for SearchBarValue
impl Sync for SearchBarValue
impl Unpin for SearchBarValue
impl UnsafeUnpin for SearchBarValue
impl UnwindSafe for SearchBarValue
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