pub struct DispatchStates {
pub active: Vec<DispatchState>,
pub finished: Vec<DispatchState>,
}Fields§
§active: Vec<DispatchState>§finished: Vec<DispatchState>Trait Implementations§
Source§impl Clone for DispatchStates
impl Clone for DispatchStates
Source§fn clone(&self) -> DispatchStates
fn clone(&self) -> DispatchStates
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 DispatchStates
impl Debug for DispatchStates
Source§impl Default for DispatchStates
impl Default for DispatchStates
Source§impl<'de> Deserialize<'de> for DispatchStates
impl<'de> Deserialize<'de> for DispatchStates
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DispatchStates
impl PartialEq for DispatchStates
Source§impl Serialize for DispatchStates
impl Serialize for DispatchStates
impl Message for DispatchStates
impl StructuralPartialEq for DispatchStates
Auto Trait Implementations§
impl Freeze for DispatchStates
impl RefUnwindSafe for DispatchStates
impl Send for DispatchStates
impl Sync for DispatchStates
impl Unpin for DispatchStates
impl UnwindSafe for DispatchStates
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