pub struct DispatchMsg {
pub proctype: HandleOps,
pub func: Option<Ops>,
pub application: Option<String>,
pub refresh: bool,
pub regress_counter: Option<Regress>,
}Fields§
§proctype: HandleOps§func: Option<Ops>§application: Option<String>§refresh: bool§regress_counter: Option<Regress>Trait Implementations§
Source§impl Default for DispatchMsg
impl Default for DispatchMsg
Source§fn default() -> DispatchMsg
fn default() -> DispatchMsg
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchMsg
impl<'de> Deserialize<'de> for DispatchMsg
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
Auto Trait Implementations§
impl Freeze for DispatchMsg
impl RefUnwindSafe for DispatchMsg
impl Send for DispatchMsg
impl Sync for DispatchMsg
impl Unpin for DispatchMsg
impl UnsafeUnpin for DispatchMsg
impl UnwindSafe for DispatchMsg
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