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 for ProgramType
impl PartialEq for ProgramType
Source§impl TryFrom<&str> for ProgramType
impl TryFrom<&str> for ProgramType
impl StructuralPartialEq for ProgramType
Auto Trait Implementations§
impl Freeze for ProgramType
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