pub struct DialogConfig {
pub icon: IconKind,
pub btn: ButtonKind,
}Fields§
§icon: IconKind§btn: ButtonKindTrait Implementations§
Source§impl Clone for DialogConfig
impl Clone for DialogConfig
Source§fn clone(&self) -> DialogConfig
fn clone(&self) -> DialogConfig
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 DialogConfig
Source§impl Debug for DialogConfig
impl Debug for DialogConfig
Source§impl Default for DialogConfig
impl Default for DialogConfig
impl Eq for DialogConfig
Source§impl PartialEq for DialogConfig
impl PartialEq for DialogConfig
impl StructuralPartialEq for DialogConfig
Auto Trait Implementations§
impl Freeze for DialogConfig
impl RefUnwindSafe for DialogConfig
impl Send for DialogConfig
impl Sync for DialogConfig
impl Unpin for DialogConfig
impl UnsafeUnpin for DialogConfig
impl UnwindSafe for DialogConfig
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