Enum ecli_lib::config::ProgramType  
source · pub enum ProgramType {
    JsonEunomia,
    WasmModule,
    Tar,
}Expand description
Re-export export format type from bpf-loader-lib The ProgramType
Variants§
JsonEunomia
JSON-described bpf program
WasmModule
A Wasm module which can be used for wasm-bpf
Tar
A tar archive
Trait Implementations§
source§impl Clone for ProgramType
 
impl Clone for ProgramType
source§fn clone(&self) -> ProgramType
 
fn clone(&self) -> ProgramType
Returns a copy 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 ProgramType
 
impl Debug for ProgramType
source§impl FromStr for ProgramType
 
impl FromStr for ProgramType
source§impl PartialEq<ProgramType> for ProgramType
 
impl PartialEq<ProgramType> for ProgramType
source§fn eq(&self, other: &ProgramType) -> bool
 
fn eq(&self, other: &ProgramType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl TryFrom<&str> for ProgramType
 
impl TryFrom<&str> for ProgramType
impl StructuralPartialEq for ProgramType
Auto Trait Implementations§
impl RefUnwindSafe for ProgramType
impl Send for ProgramType
impl Sync for ProgramType
impl Unpin for ProgramType
impl UnwindSafe for ProgramType
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