pub struct ChartTextCachePruneTuning {
pub max_age_frames: u64,
pub max_entries: usize,
}Fields§
§max_age_frames: u64§max_entries: usizeTrait Implementations§
Source§impl Clone for ChartTextCachePruneTuning
impl Clone for ChartTextCachePruneTuning
Source§fn clone(&self) -> ChartTextCachePruneTuning
fn clone(&self) -> ChartTextCachePruneTuning
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 ChartTextCachePruneTuning
impl Debug for ChartTextCachePruneTuning
Source§impl Default for ChartTextCachePruneTuning
impl Default for ChartTextCachePruneTuning
impl Copy for ChartTextCachePruneTuning
Auto Trait Implementations§
impl Freeze for ChartTextCachePruneTuning
impl RefUnwindSafe for ChartTextCachePruneTuning
impl Send for ChartTextCachePruneTuning
impl Sync for ChartTextCachePruneTuning
impl Unpin for ChartTextCachePruneTuning
impl UnsafeUnpin for ChartTextCachePruneTuning
impl UnwindSafe for ChartTextCachePruneTuning
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