pub enum LoadingHandler {
Ignore,
Channel(Sender<Loading>),
}Expand description
Configuration for loading event handling.
Variants§
Trait Implementations§
Source§impl Default for LoadingHandler
impl Default for LoadingHandler
Source§fn default() -> LoadingHandler
fn default() -> LoadingHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoadingHandler
impl RefUnwindSafe for LoadingHandler
impl Send for LoadingHandler
impl Sync for LoadingHandler
impl Unpin for LoadingHandler
impl UnwindSafe for LoadingHandler
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