pub enum AboveOrBelow {
    Above,
    Below,
}Expand description
Indicate whether a popup will be shown above or below the box.
Variants§
Trait Implementations§
Source§impl Clone for AboveOrBelow
 
impl Clone for AboveOrBelow
Source§fn clone(&self) -> AboveOrBelow
 
fn clone(&self) -> AboveOrBelow
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 Debug for AboveOrBelow
 
impl Debug for AboveOrBelow
Source§impl Hash for AboveOrBelow
 
impl Hash for AboveOrBelow
Source§impl PartialEq for AboveOrBelow
 
impl PartialEq for AboveOrBelow
impl Copy for AboveOrBelow
impl Eq for AboveOrBelow
impl StructuralPartialEq for AboveOrBelow
Auto Trait Implementations§
impl Freeze for AboveOrBelow
impl RefUnwindSafe for AboveOrBelow
impl Send for AboveOrBelow
impl Sync for AboveOrBelow
impl Unpin for AboveOrBelow
impl UnwindSafe for AboveOrBelow
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