pub enum AccessTrend {
Increasing,
Decreasing,
Stable,
Unknown,
}Expand description
Access trend types
Variants§
Trait Implementations§
Source§impl Clone for AccessTrend
impl Clone for AccessTrend
Source§fn clone(&self) -> AccessTrend
fn clone(&self) -> AccessTrend
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 AccessTrend
impl Debug for AccessTrend
impl Copy for AccessTrend
Auto Trait Implementations§
impl Freeze for AccessTrend
impl RefUnwindSafe for AccessTrend
impl Send for AccessTrend
impl Sync for AccessTrend
impl Unpin for AccessTrend
impl UnwindSafe for AccessTrend
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