Enum kvarn::ctl::PluginResponseKind
source · Available on crate feature
handover
only.Expand description
The kind of response to send back to kvarnctl
.
See PluginResponse
for more details.
Variants§
Trait Implementations§
source§impl Clone for PluginResponseKind
impl Clone for PluginResponseKind
source§fn clone(&self) -> PluginResponseKind
fn clone(&self) -> PluginResponseKind
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