pub enum LeadCode {
LeadModule(StaticLeadModule),
Code(&'static [Args]),
}
Variants§
LeadModule(StaticLeadModule)
Code(&'static [Args])
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeadCode
impl RefUnwindSafe for LeadCode
impl Send for LeadCode
impl Sync for LeadCode
impl Unpin for LeadCode
impl UnwindSafe for LeadCode
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