pub struct PendingTasks {
pub loading_sources: usize,
pub action_in_flight: bool,
}Fields§
§loading_sources: usize§action_in_flight: boolTrait Implementations§
Source§impl Clone for PendingTasks
impl Clone for PendingTasks
Source§fn clone(&self) -> PendingTasks
fn clone(&self) -> PendingTasks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PendingTasks
impl Debug for PendingTasks
Source§impl Default for PendingTasks
impl Default for PendingTasks
Source§fn default() -> PendingTasks
fn default() -> PendingTasks
Returns the “default value” for a type. Read more
Source§impl PartialEq for PendingTasks
impl PartialEq for PendingTasks
impl Eq for PendingTasks
impl StructuralPartialEq for PendingTasks
Auto Trait Implementations§
impl Freeze for PendingTasks
impl RefUnwindSafe for PendingTasks
impl Send for PendingTasks
impl Sync for PendingTasks
impl Unpin for PendingTasks
impl UnsafeUnpin for PendingTasks
impl UnwindSafe for PendingTasks
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.