pub struct AlertComponent;
Expand description
Alert component for displaying info, warning, success or error messages
Implementations§
Trait Implementations§
Source§impl Component for AlertComponent
impl Component for AlertComponent
Auto Trait Implementations§
impl Freeze for AlertComponent
impl RefUnwindSafe for AlertComponent
impl Send for AlertComponent
impl Sync for AlertComponent
impl Unpin for AlertComponent
impl UnwindSafe for AlertComponent
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