pub struct BranchOneBranchesInner {
pub summary: Option<String>,
pub expr: String,
pub modules: Vec<FlowModule>,
}Fields§
§summary: Option<String>§expr: String§modules: Vec<FlowModule>Implementations§
Source§impl BranchOneBranchesInner
impl BranchOneBranchesInner
pub fn new(expr: String, modules: Vec<FlowModule>) -> BranchOneBranchesInner
Trait Implementations§
Source§impl Clone for BranchOneBranchesInner
impl Clone for BranchOneBranchesInner
Source§fn clone(&self) -> BranchOneBranchesInner
fn clone(&self) -> BranchOneBranchesInner
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BranchOneBranchesInner
impl Debug for BranchOneBranchesInner
Source§impl Default for BranchOneBranchesInner
impl Default for BranchOneBranchesInner
Source§fn default() -> BranchOneBranchesInner
fn default() -> BranchOneBranchesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BranchOneBranchesInner
impl<'de> Deserialize<'de> for BranchOneBranchesInner
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 BranchOneBranchesInner
impl PartialEq for BranchOneBranchesInner
Source§fn eq(&self, other: &BranchOneBranchesInner) -> bool
fn eq(&self, other: &BranchOneBranchesInner) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BranchOneBranchesInner
impl Serialize for BranchOneBranchesInner
impl StructuralPartialEq for BranchOneBranchesInner
Auto Trait Implementations§
impl Freeze for BranchOneBranchesInner
impl RefUnwindSafe for BranchOneBranchesInner
impl Send for BranchOneBranchesInner
impl Sync for BranchOneBranchesInner
impl Unpin for BranchOneBranchesInner
impl UnwindSafe for BranchOneBranchesInner
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