pub enum StartOfChainBase {
    FunctionReference(Function),
    Variable(VariableRef),
}Variants§
FunctionReference(Function)
Variable(VariableRef)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartOfChainBase
impl RefUnwindSafe for StartOfChainBase
impl !Send for StartOfChainBase
impl !Sync for StartOfChainBase
impl Unpin for StartOfChainBase
impl UnwindSafe for StartOfChainBase
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