pub struct ConnectorImplementation {
pub original_interface: String,
pub client_instance: String,
pub artifact_path: String,
}Expand description
Connector-Implementation-Beschreibung — Eingabe fuer die Plan- Generierung.
Fields§
§original_interface: StringName des Original-Interfaces (z.B. StockManager).
client_instance: StringName der Client-Component-Instance (Spec §7.8: muss co-located sein).
artifact_path: StringImplementation-Artifact-Path (Spec D&C §7.6 ImplementationArtifact).
Trait Implementations§
Source§impl Clone for ConnectorImplementation
impl Clone for ConnectorImplementation
Source§fn clone(&self) -> ConnectorImplementation
fn clone(&self) -> ConnectorImplementation
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 ConnectorImplementation
impl Debug for ConnectorImplementation
Source§impl PartialEq for ConnectorImplementation
impl PartialEq for ConnectorImplementation
Source§fn eq(&self, other: &ConnectorImplementation) -> bool
fn eq(&self, other: &ConnectorImplementation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConnectorImplementation
impl StructuralPartialEq for ConnectorImplementation
Auto Trait Implementations§
impl Freeze for ConnectorImplementation
impl RefUnwindSafe for ConnectorImplementation
impl Send for ConnectorImplementation
impl Sync for ConnectorImplementation
impl Unpin for ConnectorImplementation
impl UnsafeUnpin for ConnectorImplementation
impl UnwindSafe for ConnectorImplementation
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