pub struct SpinnerOptions {
pub prefix: Option<String>,
pub message: Option<String>,
pub tab_width: Option<usize>,
pub position: Option<u64>,
pub style: Option<ProgressStyle>,
pub steady_ticks: Option<u64>,
}Fields§
§prefix: Option<String>§message: Option<String>§tab_width: Option<usize>§position: Option<u64>§style: Option<ProgressStyle>§steady_ticks: Option<u64>Trait Implementations§
Source§impl Clone for SpinnerOptions
impl Clone for SpinnerOptions
Source§fn clone(&self) -> SpinnerOptions
fn clone(&self) -> SpinnerOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SpinnerOptions
impl !UnwindSafe for SpinnerOptions
impl Freeze for SpinnerOptions
impl Send for SpinnerOptions
impl Sync for SpinnerOptions
impl Unpin for SpinnerOptions
impl UnsafeUnpin for SpinnerOptions
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