pub enum TrackLimit {
Limited(u32),
Unlimited,
}Variants§
Trait Implementations§
Source§impl Clone for TrackLimit
impl Clone for TrackLimit
Source§fn clone(&self) -> TrackLimit
fn clone(&self) -> TrackLimit
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 TrackLimit
impl Debug for TrackLimit
impl Copy for TrackLimit
Auto Trait Implementations§
impl Freeze for TrackLimit
impl RefUnwindSafe for TrackLimit
impl Send for TrackLimit
impl Sync for TrackLimit
impl Unpin for TrackLimit
impl UnwindSafe for TrackLimit
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