pub struct PercentilePage {
time: Option<u32>,
percentile: Option<f64>,
difficulty_factor: Option<u32>,
}
Fields§
§time: Option<u32>
§percentile: Option<f64>
§difficulty_factor: Option<u32>
Trait Implementations§
source§impl Clone for PercentilePage
impl Clone for PercentilePage
source§fn clone(&self) -> PercentilePage
fn clone(&self) -> PercentilePage
Returns a copy 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 TemplateOnce for PercentilePage
impl TemplateOnce for PercentilePage
source§fn render_once(self) -> RenderResult
fn render_once(self) -> RenderResult
Render the template and return the rendering result as
RenderResult
Read moreimpl Sealed for PercentilePage
Auto Trait Implementations§
impl RefUnwindSafe for PercentilePage
impl Send for PercentilePage
impl Sync for PercentilePage
impl Unpin for PercentilePage
impl UnwindSafe for PercentilePage
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