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.
Trait Implementations§
Source§impl Clone for DelegationSwConnector
 
impl Clone for DelegationSwConnector
Source§fn clone(&self) -> DelegationSwConnector
 
fn clone(&self) -> DelegationSwConnector
Returns a copy 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.