pub struct DialogOverlayProps {
pub class: Option<String>,
}Expand description
Properties for the Dialog overlay/backdrop.
Fields§
§class: Option<String>Trait Implementations§
Source§impl Clone for DialogOverlayProps
impl Clone for DialogOverlayProps
Source§fn clone(&self) -> DialogOverlayProps
fn clone(&self) -> DialogOverlayProps
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 DialogOverlayProps
impl Debug for DialogOverlayProps
Source§impl Default for DialogOverlayProps
impl Default for DialogOverlayProps
Source§fn default() -> DialogOverlayProps
fn default() -> DialogOverlayProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for DialogOverlayProps
impl PartialEq for DialogOverlayProps
Source§fn eq(&self, other: &DialogOverlayProps) -> bool
fn eq(&self, other: &DialogOverlayProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DialogOverlayProps
Auto Trait Implementations§
impl Freeze for DialogOverlayProps
impl RefUnwindSafe for DialogOverlayProps
impl Send for DialogOverlayProps
impl Sync for DialogOverlayProps
impl Unpin for DialogOverlayProps
impl UnsafeUnpin for DialogOverlayProps
impl UnwindSafe for DialogOverlayProps
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