pub struct DelegationSwConnector(/* private fields */);
Expand description
A DelegationSwConnector
connects a port of a software component that is contained inside a SwCompositionType
with a port of the SwCompositionType
.
Implementations§
Source§impl DelegationSwConnector
impl DelegationSwConnector
Sourcepub fn inner_port(&self) -> Option<PortPrototype>
pub fn inner_port(&self) -> Option<PortPrototype>
Get the inner port of the delegation connector
Sourcepub fn inner_sw_component(&self) -> Option<SwComponentPrototype>
pub fn inner_sw_component(&self) -> Option<SwComponentPrototype>
Get the component containing the inner port of the delegation connector
Sourcepub fn outer_port(&self) -> Option<PortPrototype>
pub fn outer_port(&self) -> Option<PortPrototype>
Get the outer port of the delegation connector
Trait Implementations§
Source§impl Clone for DelegationSwConnector
impl Clone for DelegationSwConnector
Source§fn clone(&self) -> DelegationSwConnector
fn clone(&self) -> DelegationSwConnector
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 DelegationSwConnector
impl Debug for DelegationSwConnector
Source§impl From<DelegationSwConnector> for Element
impl From<DelegationSwConnector> for Element
Source§fn from(val: DelegationSwConnector) -> Self
fn from(val: DelegationSwConnector) -> Self
Converts to this type from the input type.
Source§impl Hash for DelegationSwConnector
impl Hash for DelegationSwConnector
Source§impl PartialEq for DelegationSwConnector
impl PartialEq for DelegationSwConnector
Source§impl TryFrom<Element> for DelegationSwConnector
impl TryFrom<Element> for DelegationSwConnector
impl Eq for DelegationSwConnector
impl StructuralPartialEq for DelegationSwConnector
Auto Trait Implementations§
impl Freeze for DelegationSwConnector
impl !RefUnwindSafe for DelegationSwConnector
impl Send for DelegationSwConnector
impl Sync for DelegationSwConnector
impl Unpin for DelegationSwConnector
impl !UnwindSafe for DelegationSwConnector
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.