pub struct TextTimer {
pub format: &'static str,
}Fields§
§format: &'static strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextTimer
impl RefUnwindSafe for TextTimer
impl Send for TextTimer
impl Sync for TextTimer
impl Unpin for TextTimer
impl UnwindSafe for TextTimer
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