pub struct TextBoard { /* private fields */ }
Implementations§
Source§impl TextBoard
impl TextBoard
pub fn display_error_message(msg: String) -> PaddleResult<()>
pub fn display_custom_message( msg: String, col: Color, time_ms: i64, ) -> PaddleResult<()>
pub fn display_debug_message(msg: String) -> PaddleResult<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextBoard
impl RefUnwindSafe for TextBoard
impl !Send for TextBoard
impl !Sync for TextBoard
impl Unpin for TextBoard
impl UnwindSafe for TextBoard
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