pub enum LoadingBarOptions {
Color(Option<Color>),
Number(u16),
Float(f32),
Pos(u16, u16),
None,
}Variants§
Auto Trait Implementations§
impl Freeze for LoadingBarOptions
impl RefUnwindSafe for LoadingBarOptions
impl Send for LoadingBarOptions
impl Sync for LoadingBarOptions
impl Unpin for LoadingBarOptions
impl UnwindSafe for LoadingBarOptions
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