pub struct HomeEquivalent {
pub explicit: InterfaceDef,
pub implicit: InterfaceDef,
pub equivalent: InterfaceDef,
}Expand description
Ergebnis der Home-Transformation: die drei Interfaces aus Spec §6.7.1 (Explicit + Implicit + Equivalent).
Fields§
§explicit: InterfaceDef<home_name>Explicit : Components::CCMHome [, supported].
implicit: InterfaceDef<home_name>Implicit : Components::KeylessCCMHome ODER
keyed-Variante ohne Inheritance.
equivalent: InterfaceDef<home_name> : <home_name>Explicit, <home_name>Implicit { }.
Trait Implementations§
Source§impl Clone for HomeEquivalent
impl Clone for HomeEquivalent
Source§fn clone(&self) -> HomeEquivalent
fn clone(&self) -> HomeEquivalent
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 HomeEquivalent
impl Debug for HomeEquivalent
Source§impl PartialEq for HomeEquivalent
impl PartialEq for HomeEquivalent
Source§fn eq(&self, other: &HomeEquivalent) -> bool
fn eq(&self, other: &HomeEquivalent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HomeEquivalent
Auto Trait Implementations§
impl Freeze for HomeEquivalent
impl RefUnwindSafe for HomeEquivalent
impl Send for HomeEquivalent
impl Sync for HomeEquivalent
impl Unpin for HomeEquivalent
impl UnsafeUnpin for HomeEquivalent
impl UnwindSafe for HomeEquivalent
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