pub enum ProviderNodeKind {
Actor,
Client,
Service,
Function,
Worker,
Database,
Cache,
Queue,
Storage,
External,
}Expand description
Stack node-kind recommendation attached without changing node semantics.
Variants§
Trait Implementations§
Source§impl Clone for ProviderNodeKind
impl Clone for ProviderNodeKind
Source§fn clone(&self) -> ProviderNodeKind
fn clone(&self) -> ProviderNodeKind
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 ProviderNodeKind
Source§impl Debug for ProviderNodeKind
impl Debug for ProviderNodeKind
Source§impl<'de> Deserialize<'de> for ProviderNodeKind
impl<'de> Deserialize<'de> for ProviderNodeKind
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 ProviderNodeKind
Source§impl PartialEq for ProviderNodeKind
impl PartialEq for ProviderNodeKind
Source§impl Serialize for ProviderNodeKind
impl Serialize for ProviderNodeKind
impl StructuralPartialEq for ProviderNodeKind
Auto Trait Implementations§
impl Freeze for ProviderNodeKind
impl RefUnwindSafe for ProviderNodeKind
impl Send for ProviderNodeKind
impl Sync for ProviderNodeKind
impl Unpin for ProviderNodeKind
impl UnsafeUnpin for ProviderNodeKind
impl UnwindSafe for ProviderNodeKind
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