pub struct CalloutComponent;
Expand description
Callout component for highlighting important information
Implementations§
Trait Implementations§
Source§impl Component for CalloutComponent
impl Component for CalloutComponent
Auto Trait Implementations§
impl Freeze for CalloutComponent
impl RefUnwindSafe for CalloutComponent
impl Send for CalloutComponent
impl Sync for CalloutComponent
impl Unpin for CalloutComponent
impl UnwindSafe for CalloutComponent
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