pub struct RunnableEntity(/* private fields */);
Expand description
A RunnableEntity
is a function that can be executed by the RTE
Implementations§
Source§impl RunnableEntity
impl RunnableEntity
Sourcepub fn swc_internal_behavior(&self) -> Option<SwcInternalBehavior>
pub fn swc_internal_behavior(&self) -> Option<SwcInternalBehavior>
Get the SwcInternalBehavior
that contains the RunnableEntity
Trait Implementations§
Source§impl AbstractionElement for RunnableEntity
impl AbstractionElement for RunnableEntity
Source§impl Clone for RunnableEntity
impl Clone for RunnableEntity
Source§fn clone(&self) -> RunnableEntity
fn clone(&self) -> RunnableEntity
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 RunnableEntity
impl Debug for RunnableEntity
Source§impl From<RunnableEntity> for Element
impl From<RunnableEntity> for Element
Source§fn from(val: RunnableEntity) -> Self
fn from(val: RunnableEntity) -> Self
Converts to this type from the input type.
Source§impl Hash for RunnableEntity
impl Hash for RunnableEntity
Source§impl PartialEq for RunnableEntity
impl PartialEq for RunnableEntity
Source§impl TryFrom<Element> for RunnableEntity
impl TryFrom<Element> for RunnableEntity
impl Eq for RunnableEntity
impl StructuralPartialEq for RunnableEntity
Auto Trait Implementations§
impl Freeze for RunnableEntity
impl !RefUnwindSafe for RunnableEntity
impl Send for RunnableEntity
impl Sync for RunnableEntity
impl Unpin for RunnableEntity
impl !UnwindSafe for RunnableEntity
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.