pub enum UsageTreeMode {
OnLoad,
OnDataAccess,
}
Expand description
Rule for including cells in the usage tree.
Variants§
Trait Implementations§
Source§impl Clone for UsageTreeMode
impl Clone for UsageTreeMode
Source§fn clone(&self) -> UsageTreeMode
fn clone(&self) -> UsageTreeMode
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 UsageTreeMode
impl Debug for UsageTreeMode
Source§impl PartialEq for UsageTreeMode
impl PartialEq for UsageTreeMode
impl Copy for UsageTreeMode
impl Eq for UsageTreeMode
impl StructuralPartialEq for UsageTreeMode
Auto Trait Implementations§
impl Freeze for UsageTreeMode
impl RefUnwindSafe for UsageTreeMode
impl Send for UsageTreeMode
impl Sync for UsageTreeMode
impl Unpin for UsageTreeMode
impl UnwindSafe for UsageTreeMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self
to key
and returns true
if they are equal.