pub struct InfoBox {
pub title: String,
pub message: String,
pub width: usize,
}Fields§
§title: String§message: String§width: usizeImplementations§
Auto Trait Implementations§
impl Freeze for InfoBox
impl RefUnwindSafe for InfoBox
impl Send for InfoBox
impl Sync for InfoBox
impl Unpin 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