[][src]Struct cargo::util::Progress

pub struct Progress<'cfg> { /* fields omitted */ }

Methods

impl<'cfg> Progress<'cfg>[src]

pub fn with_style(
    name: &str,
    style: ProgressStyle,
    cfg: &'cfg Config
) -> Progress<'cfg>
[src]

pub fn disable(&mut self)[src]

pub fn is_enabled(&self) -> bool[src]

pub fn new(name: &str, cfg: &'cfg Config) -> Progress<'cfg>[src]

pub fn tick(&mut self, cur: usize, max: usize) -> CargoResult<()>[src]

pub fn tick_now(&mut self, cur: usize, max: usize, msg: &str) -> CargoResult<()>[src]

pub fn update_allowed(&mut self) -> bool[src]

pub fn print_now(&mut self, msg: &str) -> CargoResult<()>[src]

pub fn clear(&mut self)[src]

Auto Trait Implementations

impl<'cfg> !Send for Progress<'cfg>

impl<'cfg> !Sync for Progress<'cfg>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self