pub struct DoTryFinallyBuilder {
pub on_when: Option<LanguageExpressionDef>,
pub steps: Vec<BuilderStep>,
}Expand description
Builder struct for the doFinally block in the declarative pipeline.
Fields§
§on_when: Option<LanguageExpressionDef>§steps: Vec<BuilderStep>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DoTryFinallyBuilder
impl !Sync for DoTryFinallyBuilder
impl !UnwindSafe for DoTryFinallyBuilder
impl Freeze for DoTryFinallyBuilder
impl Send for DoTryFinallyBuilder
impl Unpin for DoTryFinallyBuilder
impl UnsafeUnpin for DoTryFinallyBuilder
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