pub enum E2EProfileBehavior {
PreR4_2,
R4_2,
}
Expand description
there are two standardized behaviors for E2E profiles, which can be selected for each E2E transformation
Variants§
Trait Implementations§
Source§impl Clone for E2EProfileBehavior
impl Clone for E2EProfileBehavior
Source§fn clone(&self) -> E2EProfileBehavior
fn clone(&self) -> E2EProfileBehavior
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 E2EProfileBehavior
impl Debug for E2EProfileBehavior
Source§impl From<E2EProfileBehavior> for EnumItem
impl From<E2EProfileBehavior> for EnumItem
Source§fn from(e2e_profile_behavior: E2EProfileBehavior) -> EnumItem
fn from(e2e_profile_behavior: E2EProfileBehavior) -> EnumItem
Converts to this type from the input type.
Source§impl PartialEq for E2EProfileBehavior
impl PartialEq for E2EProfileBehavior
Source§impl TryFrom<EnumItem> for E2EProfileBehavior
impl TryFrom<EnumItem> for E2EProfileBehavior
Source§type Error = AutosarAbstractionError
type Error = AutosarAbstractionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: EnumItem,
) -> Result<E2EProfileBehavior, AutosarAbstractionError>
fn try_from( value: EnumItem, ) -> Result<E2EProfileBehavior, AutosarAbstractionError>
Performs the conversion.
impl Copy for E2EProfileBehavior
impl Eq for E2EProfileBehavior
impl StructuralPartialEq for E2EProfileBehavior
Auto Trait Implementations§
impl Freeze for E2EProfileBehavior
impl RefUnwindSafe for E2EProfileBehavior
impl Send for E2EProfileBehavior
impl Sync for E2EProfileBehavior
impl Unpin for E2EProfileBehavior
impl UnwindSafe for E2EProfileBehavior
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.