pub struct Brogress {
pub finished: bool,
/* private fields */
}
Fields§
§finished: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Brogress
impl RefUnwindSafe for Brogress
impl Send for Brogress
impl Sync for Brogress
impl Unpin for Brogress
impl UnwindSafe for Brogress
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