pub struct DialogOverlay;Implementations§
Source§impl DialogOverlay
impl DialogOverlay
pub fn classes(props: &DialogOverlayProps) -> String
pub fn render(props: &DialogOverlayProps) -> RenderOutput
Auto Trait Implementations§
impl Freeze for DialogOverlay
impl RefUnwindSafe for DialogOverlay
impl Send for DialogOverlay
impl Sync for DialogOverlay
impl Unpin for DialogOverlay
impl UnsafeUnpin for DialogOverlay
impl UnwindSafe for DialogOverlay
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