pub struct NodeKindFallbacks {
pub actor: NodeVisual,
pub client: NodeVisual,
pub service: NodeVisual,
pub function_: NodeVisual,
pub worker: NodeVisual,
pub database: NodeVisual,
pub cache: NodeVisual,
pub queue: NodeVisual,
pub storage: NodeVisual,
pub external: NodeVisual,
}Expand description
Complete fallback mapping for Stack 1.0 node kinds.
Fields§
§actor: NodeVisual§client: NodeVisual§service: NodeVisual§function_: NodeVisual§worker: NodeVisual§database: NodeVisual§cache: NodeVisual§queue: NodeVisual§storage: NodeVisual§external: NodeVisualTrait Implementations§
Source§impl Clone for NodeKindFallbacks
impl Clone for NodeKindFallbacks
Source§fn clone(&self) -> NodeKindFallbacks
fn clone(&self) -> NodeKindFallbacks
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 moreSource§impl Debug for NodeKindFallbacks
impl Debug for NodeKindFallbacks
Source§impl<'de> Deserialize<'de> for NodeKindFallbacks
impl<'de> Deserialize<'de> for NodeKindFallbacks
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 NodeKindFallbacks
Source§impl PartialEq for NodeKindFallbacks
impl PartialEq for NodeKindFallbacks
Source§impl Serialize for NodeKindFallbacks
impl Serialize for NodeKindFallbacks
impl StructuralPartialEq for NodeKindFallbacks
Auto Trait Implementations§
impl Freeze for NodeKindFallbacks
impl RefUnwindSafe for NodeKindFallbacks
impl Send for NodeKindFallbacks
impl Sync for NodeKindFallbacks
impl Unpin for NodeKindFallbacks
impl UnsafeUnpin for NodeKindFallbacks
impl UnwindSafe for NodeKindFallbacks
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