pub enum DialogVariant {
DialogList {
dialogs: &'static str,
},
ServerLinks,
}Expand description
The variant-specific data for a dialog.
Variants§
DialogList
A dialog that displays a list of other dialogs.
ServerLinks
A dialog that displays server links.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialogVariant
impl RefUnwindSafe for DialogVariant
impl Send for DialogVariant
impl Sync for DialogVariant
impl Unpin for DialogVariant
impl UnsafeUnpin for DialogVariant
impl UnwindSafe for DialogVariant
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