pub struct BranchAllBranchesInner {
pub summary: Option<String>,
pub skip_failure: Option<bool>,
pub modules: Vec<FlowModule>,
}
Fields§
§summary: Option<String>
§skip_failure: Option<bool>
§modules: Vec<FlowModule>
Implementations§
Source§impl BranchAllBranchesInner
impl BranchAllBranchesInner
pub fn new(modules: Vec<FlowModule>) -> BranchAllBranchesInner
Trait Implementations§
Source§impl Clone for BranchAllBranchesInner
impl Clone for BranchAllBranchesInner
Source§fn clone(&self) -> BranchAllBranchesInner
fn clone(&self) -> BranchAllBranchesInner
Returns a duplicate 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 BranchAllBranchesInner
impl Debug for BranchAllBranchesInner
Source§impl Default for BranchAllBranchesInner
impl Default for BranchAllBranchesInner
Source§fn default() -> BranchAllBranchesInner
fn default() -> BranchAllBranchesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BranchAllBranchesInner
impl<'de> Deserialize<'de> for BranchAllBranchesInner
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 BranchAllBranchesInner
impl PartialEq for BranchAllBranchesInner
Source§impl Serialize for BranchAllBranchesInner
impl Serialize for BranchAllBranchesInner
impl StructuralPartialEq for BranchAllBranchesInner
Auto Trait Implementations§
impl Freeze for BranchAllBranchesInner
impl RefUnwindSafe for BranchAllBranchesInner
impl Send for BranchAllBranchesInner
impl Sync for BranchAllBranchesInner
impl Unpin for BranchAllBranchesInner
impl UnwindSafe for BranchAllBranchesInner
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