pub struct SwcModeManagerErrorEvent(/* private fields */);
Expand description
raised when an error occurred during the handling of the referenced ModeDeclarationGroup
Trait Implementations§
Source§impl AbstractRTEEvent for SwcModeManagerErrorEvent
impl AbstractRTEEvent for SwcModeManagerErrorEvent
Source§fn set_runnable_entity(
&self,
runnable_entity: &RunnableEntity,
) -> Result<(), AutosarAbstractionError>
fn set_runnable_entity( &self, runnable_entity: &RunnableEntity, ) -> Result<(), AutosarAbstractionError>
Set the
RunnableEntity
that is triggered by the TimingEvent
Source§fn runnable_entity(&self) -> Option<RunnableEntity>
fn runnable_entity(&self) -> Option<RunnableEntity>
Get the
RunnableEntity
that is triggered by the TimingEvent
Source§fn swc_internal_behavior(&self) -> Option<SwcInternalBehavior>
fn swc_internal_behavior(&self) -> Option<SwcInternalBehavior>
Get the
SwcInternalBehavior
that contains the eventSource§impl Clone for SwcModeManagerErrorEvent
impl Clone for SwcModeManagerErrorEvent
Source§fn clone(&self) -> SwcModeManagerErrorEvent
fn clone(&self) -> SwcModeManagerErrorEvent
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 SwcModeManagerErrorEvent
impl Debug for SwcModeManagerErrorEvent
Source§impl From<SwcModeManagerErrorEvent> for Element
impl From<SwcModeManagerErrorEvent> for Element
Source§fn from(val: SwcModeManagerErrorEvent) -> Self
fn from(val: SwcModeManagerErrorEvent) -> Self
Converts to this type from the input type.
Source§impl Hash for SwcModeManagerErrorEvent
impl Hash for SwcModeManagerErrorEvent
Source§impl PartialEq for SwcModeManagerErrorEvent
impl PartialEq for SwcModeManagerErrorEvent
Source§impl TryFrom<Element> for SwcModeManagerErrorEvent
impl TryFrom<Element> for SwcModeManagerErrorEvent
impl Eq for SwcModeManagerErrorEvent
impl StructuralPartialEq for SwcModeManagerErrorEvent
Auto Trait Implementations§
impl Freeze for SwcModeManagerErrorEvent
impl !RefUnwindSafe for SwcModeManagerErrorEvent
impl Send for SwcModeManagerErrorEvent
impl Sync for SwcModeManagerErrorEvent
impl Unpin for SwcModeManagerErrorEvent
impl !UnwindSafe for SwcModeManagerErrorEvent
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.