pub struct InfoBox {
pub title: String,
pub message: String,
pub width: usize,
pub padding: usize,
pub title_color: Color,
pub border_color: Color,
pub message_color: Color,
}Fields§
§title: String§message: String§width: usize§padding: usize§title_color: Color§border_color: Color§message_color: ColorImplementations§
Auto Trait Implementations§
impl Freeze for InfoBox
impl RefUnwindSafe for InfoBox
impl Send for InfoBox
impl Sync for InfoBox
impl Unpin for InfoBox
impl UnsafeUnpin for InfoBox
impl UnwindSafe for InfoBox
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