pub enum InternalType {
OperationInput,
}
Expand description
Internal types for use within the Wick runtime
Variants§
OperationInput
Represents a complete set of component inputs
Trait Implementations§
source§impl Clone for InternalType
impl Clone for InternalType
source§fn clone(&self) -> InternalType
fn clone(&self) -> InternalType
Returns a copy 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 InternalType
impl Debug for InternalType
source§impl<'de> Deserialize<'de> for InternalType
impl<'de> Deserialize<'de> for InternalType
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 FromStr for InternalType
impl FromStr for InternalType
source§impl PartialEq<InternalType> for InternalType
impl PartialEq<InternalType> for InternalType
source§fn eq(&self, other: &InternalType) -> bool
fn eq(&self, other: &InternalType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.