Struct zen_engine::model::DecisionTableOutputField
source · pub struct DecisionTableOutputField {
pub id: String,
pub name: String,
pub field: String,
}Fields§
§id: String§name: String§field: StringTrait Implementations§
source§impl Clone for DecisionTableOutputField
impl Clone for DecisionTableOutputField
source§fn clone(&self) -> DecisionTableOutputField
fn clone(&self) -> DecisionTableOutputField
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 DecisionTableOutputField
impl Debug for DecisionTableOutputField
source§impl<'de> Deserialize<'de> for DecisionTableOutputField
impl<'de> Deserialize<'de> for DecisionTableOutputField
source§fn 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
source§impl PartialEq for DecisionTableOutputField
impl PartialEq for DecisionTableOutputField
source§fn eq(&self, other: &DecisionTableOutputField) -> bool
fn eq(&self, other: &DecisionTableOutputField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DecisionTableOutputField
impl Serialize for DecisionTableOutputField
impl StructuralPartialEq for DecisionTableOutputField
Auto Trait Implementations§
impl RefUnwindSafe for DecisionTableOutputField
impl Send for DecisionTableOutputField
impl Sync for DecisionTableOutputField
impl Unpin for DecisionTableOutputField
impl UnwindSafe for DecisionTableOutputField
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