Struct libcnb_data::exec_d::ExecDProgramOutput
source · pub struct ExecDProgramOutput(_);Expand description
Output of a CNB exec.d program.
Implementations§
source§impl ExecDProgramOutput
impl ExecDProgramOutput
pub fn new(map: HashMap<ExecDProgramOutputKey, String>) -> Self
Trait Implementations§
source§impl Clone for ExecDProgramOutput
impl Clone for ExecDProgramOutput
source§fn clone(&self) -> ExecDProgramOutput
fn clone(&self) -> ExecDProgramOutput
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 more