pub struct PopupAppearance { /* private fields */ }Implementations§
Source§impl PopupAppearance
impl PopupAppearance
pub fn new() -> Self
pub fn panel(self, value: SurfaceAppearance) -> Self
pub fn backdrop(self, value: OverlayBackdropAppearance) -> Self
Trait Implementations§
Source§impl Clone for PopupAppearance
impl Clone for PopupAppearance
Source§fn clone(&self) -> PopupAppearance
fn clone(&self) -> PopupAppearance
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 moreSource§impl Debug for PopupAppearance
impl Debug for PopupAppearance
Source§impl Default for PopupAppearance
impl Default for PopupAppearance
Source§fn default() -> PopupAppearance
fn default() -> PopupAppearance
Returns the “default value” for a type. Read more
Source§impl PartialEq for PopupAppearance
impl PartialEq for PopupAppearance
impl StructuralPartialEq for PopupAppearance
Auto Trait Implementations§
impl Freeze for PopupAppearance
impl RefUnwindSafe for PopupAppearance
impl Send for PopupAppearance
impl Sync for PopupAppearance
impl Unpin for PopupAppearance
impl UnsafeUnpin for PopupAppearance
impl UnwindSafe for PopupAppearance
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