pub enum Advance {
    Unused = 0,
    AdvancedBasis = 1,
    AdvancedBasisOrStartingVector = 2,
}Expand description
Advanced start switch. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-advanced-start-switch
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Advance
impl RefUnwindSafe for Advance
impl Send for Advance
impl Sync for Advance
impl Unpin for Advance
impl UnwindSafe for Advance
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