pub enum TrackFlags {
Current = 1,
Changes = 2,
ChangesOnly = 4,
}Expand description
Flags to use with (most) tracking API calls
Variants§
Trait Implementations§
Source§impl Clone for TrackFlags
impl Clone for TrackFlags
Source§fn clone(&self) -> TrackFlags
fn clone(&self) -> TrackFlags
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 moreimpl Copy for TrackFlags
Auto Trait Implementations§
impl Freeze for TrackFlags
impl RefUnwindSafe for TrackFlags
impl Send for TrackFlags
impl Sync for TrackFlags
impl Unpin for TrackFlags
impl UnwindSafe for TrackFlags
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