Struct wasmflow_entity::SystemEntity
source · [−]Expand description
A struct to hold additional data for SystemEntitys.
Fields
name: StringThe name of the SystemEntity.
value: StringA freefrom string.
Trait Implementations
sourceimpl Clone for SystemEntity
impl Clone for SystemEntity
sourcefn clone(&self) -> SystemEntity
fn clone(&self) -> SystemEntity
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SystemEntity
impl Debug for SystemEntity
sourceimpl<'de> Deserialize<'de> for SystemEntity
impl<'de> Deserialize<'de> for SystemEntity
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<SystemEntity> for SystemEntity
impl PartialEq<SystemEntity> for SystemEntity
sourcefn eq(&self, other: &SystemEntity) -> bool
fn eq(&self, other: &SystemEntity) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SystemEntity) -> bool
fn ne(&self, other: &SystemEntity) -> bool
This method tests for !=.
sourceimpl Serialize for SystemEntity
impl Serialize for SystemEntity
impl StructuralPartialEq for SystemEntity
Auto Trait Implementations
impl RefUnwindSafe for SystemEntity
impl Send for SystemEntity
impl Sync for SystemEntity
impl Unpin for SystemEntity
impl UnwindSafe for SystemEntity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more