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