pub struct RenderValues {
pub primary_label: String,
pub secondary_label: String,
pub primary_remaining: i64,
pub secondary_remaining: i64,
pub primary_reset_epoch: i64,
pub secondary_reset_epoch: i64,
}Fields§
§primary_label: String§secondary_label: String§primary_remaining: i64§secondary_remaining: i64§primary_reset_epoch: i64§secondary_reset_epoch: i64Auto Trait Implementations§
impl Freeze for RenderValues
impl RefUnwindSafe for RenderValues
impl Send for RenderValues
impl Sync for RenderValues
impl Unpin for RenderValues
impl UnwindSafe for RenderValues
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