pub enum InternalType {
ComponentInput,
}
Expand description
Internal types for use within the Wasmflow runtime
Variants§
ComponentInput
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 for InternalType
impl PartialEq for InternalType
Source§impl Serialize for InternalType
impl Serialize for InternalType
impl Copy for InternalType
impl StructuralPartialEq for InternalType
Auto Trait Implementations§
impl Freeze for InternalType
impl RefUnwindSafe for InternalType
impl Send for InternalType
impl Sync for InternalType
impl Unpin for InternalType
impl UnwindSafe for InternalType
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