pub enum StageDispatchKind {
Unknown,
Inline,
Subprocess,
}Variants§
Trait Implementations§
Source§impl Clone for StageDispatchKind
impl Clone for StageDispatchKind
Source§fn clone(&self) -> StageDispatchKind
fn clone(&self) -> StageDispatchKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StageDispatchKind
Source§impl Debug for StageDispatchKind
impl Debug for StageDispatchKind
Source§impl Default for StageDispatchKind
impl Default for StageDispatchKind
Source§fn default() -> StageDispatchKind
fn default() -> StageDispatchKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StageDispatchKind
impl<'de> Deserialize<'de> for StageDispatchKind
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
impl Eq for StageDispatchKind
Source§impl PartialEq for StageDispatchKind
impl PartialEq for StageDispatchKind
Source§impl Serialize for StageDispatchKind
impl Serialize for StageDispatchKind
impl StructuralPartialEq for StageDispatchKind
Auto Trait Implementations§
impl Freeze for StageDispatchKind
impl RefUnwindSafe for StageDispatchKind
impl Send for StageDispatchKind
impl Sync for StageDispatchKind
impl Unpin for StageDispatchKind
impl UnsafeUnpin for StageDispatchKind
impl UnwindSafe for StageDispatchKind
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