pub struct ContentDialog { /* private fields */ }Implementations§
Source§impl ContentDialog
impl ContentDialog
Trait Implementations§
Source§impl Clone for ContentDialog
impl Clone for ContentDialog
Source§fn clone(&self) -> ContentDialog
fn clone(&self) -> ContentDialog
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 ContentControl for ContentDialog
impl ContentControl for ContentDialog
Source§impl Debug for ContentDialog
impl Debug for ContentDialog
Source§impl Default for ContentDialog
impl Default for ContentDialog
Source§fn default() -> ContentDialog
fn default() -> ContentDialog
Returns the “default value” for a type. Read more
Source§impl From<ContentDialog> for View
impl From<ContentDialog> for View
Source§fn from(value: ContentDialog) -> Self
fn from(value: ContentDialog) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ContentDialog
impl PartialEq for ContentDialog
impl StructuralPartialEq for ContentDialog
Auto Trait Implementations§
impl !RefUnwindSafe for ContentDialog
impl !Send for ContentDialog
impl !Sync for ContentDialog
impl !UnwindSafe for ContentDialog
impl Freeze for ContentDialog
impl Unpin for ContentDialog
impl UnsafeUnpin for ContentDialog
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