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