pub struct BranchOne {
pub branches: Vec<BranchOneBranchesInner>,
pub default: Vec<FlowModule>,
pub type: Type,
}
Fields§
§branches: Vec<BranchOneBranchesInner>
§default: Vec<FlowModule>
§type: Type
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BranchOne
impl<'de> Deserialize<'de> for BranchOne
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 BranchOne
Auto Trait Implementations§
impl Freeze for BranchOne
impl RefUnwindSafe for BranchOne
impl Send for BranchOne
impl Sync for BranchOne
impl Unpin for BranchOne
impl UnwindSafe for BranchOne
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