Struct wick_config::config::OperationDefinition
source · pub struct OperationDefinition { /* private fields */ }Expand description
The generic definition of an Operation without any implementation details.
Trait Implementations§
source§impl Clone for OperationDefinition
impl Clone for OperationDefinition
source§fn clone(&self) -> OperationDefinition
fn clone(&self) -> OperationDefinition
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 OperationDefinition
impl Debug for OperationDefinition
source§impl From<FlowOperation> for OperationDefinition
impl From<FlowOperation> for OperationDefinition
source§fn from(value: FlowOperation) -> Self
fn from(value: FlowOperation) -> Self
Converts to this type from the input type.
source§impl From<OperationDefinition> for OperationSignature
impl From<OperationDefinition> for OperationSignature
source§fn from(value: OperationDefinition) -> Self
fn from(value: OperationDefinition) -> Self
Converts to this type from the input type.
source§impl Serialize for OperationDefinition
impl Serialize for OperationDefinition
source§impl TryFrom<OperationDefinition> for OperationDefinition
impl TryFrom<OperationDefinition> for OperationDefinition
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl TryFrom<OperationDefinition> for OperationDefinition
impl TryFrom<OperationDefinition> for OperationDefinition
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl RefUnwindSafe for OperationDefinition
impl Send for OperationDefinition
impl Sync for OperationDefinition
impl Unpin for OperationDefinition
impl UnwindSafe for OperationDefinition
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