pub struct ObjectiveDecisionPointBranch {
pub when: String,
pub objective_id: String,
}Expand description
ObjectiveDecisionPointBranch model.
Fields§
§when: String§objective_id: StringTrait Implementations§
Source§impl Clone for ObjectiveDecisionPointBranch
impl Clone for ObjectiveDecisionPointBranch
Source§fn clone(&self) -> ObjectiveDecisionPointBranch
fn clone(&self) -> ObjectiveDecisionPointBranch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectiveDecisionPointBranch
impl Debug for ObjectiveDecisionPointBranch
Source§impl Default for ObjectiveDecisionPointBranch
impl Default for ObjectiveDecisionPointBranch
Source§fn default() -> ObjectiveDecisionPointBranch
fn default() -> ObjectiveDecisionPointBranch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectiveDecisionPointBranch
impl<'de> Deserialize<'de> for ObjectiveDecisionPointBranch
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
impl StructuralPartialEq for ObjectiveDecisionPointBranch
Auto Trait Implementations§
impl Freeze for ObjectiveDecisionPointBranch
impl RefUnwindSafe for ObjectiveDecisionPointBranch
impl Send for ObjectiveDecisionPointBranch
impl Sync for ObjectiveDecisionPointBranch
impl Unpin for ObjectiveDecisionPointBranch
impl UnsafeUnpin for ObjectiveDecisionPointBranch
impl UnwindSafe for ObjectiveDecisionPointBranch
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