pub struct SlowDataText {
pub text: String,
}Expand description
20-character status text frame.
Fields§
§text: StringTrimmed text (UTF-8 lossy).
Trait Implementations§
Source§impl Clone for SlowDataText
impl Clone for SlowDataText
Source§fn clone(&self) -> SlowDataText
fn clone(&self) -> SlowDataText
Returns a duplicate of the value. Read more
1.0.0 · 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 SlowDataText
impl Debug for SlowDataText
Source§impl PartialEq for SlowDataText
impl PartialEq for SlowDataText
impl Eq for SlowDataText
impl StructuralPartialEq for SlowDataText
Auto Trait Implementations§
impl Freeze for SlowDataText
impl RefUnwindSafe for SlowDataText
impl Send for SlowDataText
impl Sync for SlowDataText
impl Unpin for SlowDataText
impl UnwindSafe for SlowDataText
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