pub struct WorkingIndicator;Expand description
WorkingIndicator (636).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkingIndicator
impl RefUnwindSafe for WorkingIndicator
impl Send for WorkingIndicator
impl Sync for WorkingIndicator
impl Unpin for WorkingIndicator
impl UnsafeUnpin for WorkingIndicator
impl UnwindSafe for WorkingIndicator
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