Struct libcnb_data::exec_d::ExecDProgramOutput
source · [−]pub struct ExecDProgramOutput(_);Expand description
Output of a CNB exec.d program.
Implementations
sourceimpl ExecDProgramOutput
impl ExecDProgramOutput
pub fn new(map: HashMap<ExecDProgramOutputKey, String>) -> Self
Trait Implementations
sourceimpl Clone for ExecDProgramOutput
impl Clone for ExecDProgramOutput
sourcefn clone(&self) -> ExecDProgramOutput
fn clone(&self) -> ExecDProgramOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<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
sourceimpl Serialize for ExecDProgramOutput
impl Serialize 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more