pub struct PrintLineMsg {
pub message_body: String,
}Expand description
PrintLineMsg represents a line printed above the TUI.
Fields§
§message_body: StringMessage body.
Trait Implementations§
Source§impl Clone for PrintLineMsg
impl Clone for PrintLineMsg
Source§fn clone(&self) -> PrintLineMsg
fn clone(&self) -> PrintLineMsg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrintLineMsg
impl Debug for PrintLineMsg
impl Eq for PrintLineMsg
Source§impl PartialEq for PrintLineMsg
impl PartialEq for PrintLineMsg
impl StructuralPartialEq for PrintLineMsg
Auto Trait Implementations§
impl Freeze for PrintLineMsg
impl RefUnwindSafe for PrintLineMsg
impl Send for PrintLineMsg
impl Sync for PrintLineMsg
impl Unpin for PrintLineMsg
impl UnsafeUnpin for PrintLineMsg
impl UnwindSafe for PrintLineMsg
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