pub enum PreFromInstruction {
Arg(Arg),
Label(Label),
}Expand description
A selection of Instructions that can be placed prior to a FROM Statement in a Stage.
Variants§
Trait Implementations§
Source§impl Clone for PreFromInstruction
impl Clone for PreFromInstruction
Source§fn clone(&self) -> PreFromInstruction
fn clone(&self) -> PreFromInstruction
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 PreFromInstruction
impl Debug for PreFromInstruction
Auto Trait Implementations§
impl Freeze for PreFromInstruction
impl RefUnwindSafe for PreFromInstruction
impl Send for PreFromInstruction
impl Sync for PreFromInstruction
impl Unpin for PreFromInstruction
impl UnwindSafe for PreFromInstruction
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