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