#[repr(C)]pub enum OperationDirection {
ToActor = 0,
ToProvider = 1,
Both = 2,
}
👎Deprecated: The capability provider functionality from this crate has been moved to wasmcloud-provider-core
Expand description
Represents the direction of an operation invocation
Variants§
ToActor = 0
👎Deprecated: The capability provider functionality from this crate has been moved to wasmcloud-provider-core
ToProvider = 1
👎Deprecated: The capability provider functionality from this crate has been moved to wasmcloud-provider-core
Both = 2
👎Deprecated: The capability provider functionality from this crate has been moved to wasmcloud-provider-core
Trait Implementations§
Source§impl Clone for OperationDirection
impl Clone for OperationDirection
Source§fn clone(&self) -> OperationDirection
fn clone(&self) -> OperationDirection
Returns a duplicate 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 OperationDirection
impl Debug for OperationDirection
Source§impl<'de> Deserialize<'de> for OperationDirection
impl<'de> Deserialize<'de> for OperationDirection
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 PartialEq for OperationDirection
impl PartialEq for OperationDirection
Source§impl Serialize for OperationDirection
impl Serialize for OperationDirection
impl StructuralPartialEq for OperationDirection
Auto Trait Implementations§
impl Freeze for OperationDirection
impl RefUnwindSafe for OperationDirection
impl Send for OperationDirection
impl Sync for OperationDirection
impl Unpin for OperationDirection
impl UnwindSafe for OperationDirection
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