pub enum SelectDirection {
Down,
Up,
}Expand description
Whether the open list appears below or above the trigger.
Variants§
Trait Implementations§
Source§impl Clone for DropdownDir
impl Clone for DropdownDir
Source§fn clone(&self) -> DropdownDir
fn clone(&self) -> DropdownDir
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 DropdownDir
Source§impl Debug for DropdownDir
impl Debug for DropdownDir
impl Eq for DropdownDir
Source§impl PartialEq for DropdownDir
impl PartialEq for DropdownDir
impl StructuralPartialEq for DropdownDir
Auto Trait Implementations§
impl Freeze for DropdownDir
impl RefUnwindSafe for DropdownDir
impl Send for DropdownDir
impl Sync for DropdownDir
impl Unpin for DropdownDir
impl UnsafeUnpin for DropdownDir
impl UnwindSafe for DropdownDir
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