pub struct NodeApplicationManager { /* private fields */ }Expand description
NodeApplicationManager — D&C §9.2.2.
Implementations§
Source§impl NodeApplicationManager
impl NodeApplicationManager
Sourcepub fn new(node: String, instances: Vec<InstanceDeploymentDescription>) -> Self
pub fn new(node: String, instances: Vec<InstanceDeploymentDescription>) -> Self
Konstruktor.
Sourcepub fn start_launch(&self) -> NodeApplication
pub fn start_launch(&self) -> NodeApplication
Spec §9.2.2 startLaunch — bringt die Instances online.
Sourcepub fn destroy_application(app: &mut NodeApplication)
pub fn destroy_application(app: &mut NodeApplication)
Spec §9.2.2 destroyApplication.
Trait Implementations§
Source§impl Clone for NodeApplicationManager
impl Clone for NodeApplicationManager
Source§fn clone(&self) -> NodeApplicationManager
fn clone(&self) -> NodeApplicationManager
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NodeApplicationManager
impl Debug for NodeApplicationManager
Source§impl PartialEq for NodeApplicationManager
impl PartialEq for NodeApplicationManager
Source§fn eq(&self, other: &NodeApplicationManager) -> bool
fn eq(&self, other: &NodeApplicationManager) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NodeApplicationManager
impl StructuralPartialEq for NodeApplicationManager
Auto Trait Implementations§
impl Freeze for NodeApplicationManager
impl RefUnwindSafe for NodeApplicationManager
impl Send for NodeApplicationManager
impl Sync for NodeApplicationManager
impl Unpin for NodeApplicationManager
impl UnsafeUnpin for NodeApplicationManager
impl UnwindSafe for NodeApplicationManager
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