Struct glory_core::web::events::progress
source · pub struct progress;Expand description
The progress event, which receives ProgressEvent as its argument.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for progress
impl Send for progress
impl Sync for progress
impl Unpin for progress
impl UnwindSafe for progress
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