#[repr(C)]pub enum HistoryTracking {
Enabled = 0,
Disabled = 1,
}Variants§
Trait Implementations§
Source§impl Clone for HistoryTracking
impl Clone for HistoryTracking
Source§fn clone(&self) -> HistoryTracking
fn clone(&self) -> HistoryTracking
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 HistoryTracking
impl Debug for HistoryTracking
Source§impl PartialEq for HistoryTracking
impl PartialEq for HistoryTracking
impl Copy for HistoryTracking
impl Eq for HistoryTracking
impl StructuralPartialEq for HistoryTracking
Auto Trait Implementations§
impl Freeze for HistoryTracking
impl RefUnwindSafe for HistoryTracking
impl Send for HistoryTracking
impl Sync for HistoryTracking
impl Unpin for HistoryTracking
impl UnwindSafe for HistoryTracking
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