pub struct TuiLogEntry {
pub timestamp: SystemTime,
pub line: String,
}Fields§
§timestamp: SystemTime§line: StringTrait Implementations§
Source§impl Clone for TuiLogEntry
impl Clone for TuiLogEntry
Source§fn clone(&self) -> TuiLogEntry
fn clone(&self) -> TuiLogEntry
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 moreAuto Trait Implementations§
impl Freeze for TuiLogEntry
impl RefUnwindSafe for TuiLogEntry
impl Send for TuiLogEntry
impl Sync for TuiLogEntry
impl Unpin for TuiLogEntry
impl UnsafeUnpin for TuiLogEntry
impl UnwindSafe for TuiLogEntry
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