struct AsyncLoadState {
requests: Vec<AsyncLoadRequest>,
thread_active: bool,
}Expand description
全タブ共有の非同期ロードキュー。owner ID で各タブの結果を分離する。
Fields§
§requests: Vec<AsyncLoadRequest>§thread_active: boolAuto Trait Implementations§
impl Freeze for AsyncLoadState
impl RefUnwindSafe for AsyncLoadState
impl Send for AsyncLoadState
impl Sync for AsyncLoadState
impl Unpin for AsyncLoadState
impl UnsafeUnpin for AsyncLoadState
impl UnwindSafe for AsyncLoadState
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