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 moresource§impl<K: Into<ExecDProgramOutputKey>, V: Into<String>, A: IntoIterator<Item = (K, V)>> From<A> for ExecDProgramOutput
impl<K: Into<ExecDProgramOutputKey>, V: Into<String>, A: IntoIterator<Item = (K, V)>> From<A> for ExecDProgramOutput
Auto Trait Implementations§
impl RefUnwindSafe for ExecDProgramOutput
impl Send for ExecDProgramOutput
impl Sync for ExecDProgramOutput
impl Unpin for ExecDProgramOutput
impl UnwindSafe for ExecDProgramOutput
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