pub enum PopoverStyle {
Default,
Elevated,
Bordered,
Flat,
}Expand description
Popover visual style
Variants§
Default
Default style with soft border
Elevated
Elevated style with stronger shadow
Bordered
Bordered style with stronger border
Flat
Flat style with no shadow or border
Trait Implementations§
Source§impl Clone for PopoverStyle
impl Clone for PopoverStyle
Source§fn clone(&self) -> PopoverStyle
fn clone(&self) -> PopoverStyle
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 PopoverStyle
impl Debug for PopoverStyle
Source§impl Default for PopoverStyle
impl Default for PopoverStyle
Source§fn default() -> PopoverStyle
fn default() -> PopoverStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for PopoverStyle
impl PartialEq for PopoverStyle
impl Copy for PopoverStyle
impl Eq for PopoverStyle
impl StructuralPartialEq for PopoverStyle
Auto Trait Implementations§
impl Freeze for PopoverStyle
impl RefUnwindSafe for PopoverStyle
impl Send for PopoverStyle
impl Sync for PopoverStyle
impl Unpin for PopoverStyle
impl UnsafeUnpin for PopoverStyle
impl UnwindSafe for PopoverStyle
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