pub struct ProvisionPlan {
pub actions: Vec<ProvisionAction>,
pub pack_connector_additions: BTreeSet<String>,
pub pack_capability_additions: BTreeSet<Capability>,
}Fields§
§actions: Vec<ProvisionAction>§pack_connector_additions: BTreeSet<String>§pack_capability_additions: BTreeSet<Capability>Implementations§
Trait Implementations§
Source§impl Clone for ProvisionPlan
impl Clone for ProvisionPlan
Source§fn clone(&self) -> ProvisionPlan
fn clone(&self) -> ProvisionPlan
Returns a duplicate 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 Debug for ProvisionPlan
impl Debug for ProvisionPlan
Source§impl Default for ProvisionPlan
impl Default for ProvisionPlan
Source§fn default() -> ProvisionPlan
fn default() -> ProvisionPlan
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProvisionPlan
impl<'de> Deserialize<'de> for ProvisionPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProvisionPlan
impl PartialEq for ProvisionPlan
Source§impl Serialize for ProvisionPlan
impl Serialize for ProvisionPlan
impl Eq for ProvisionPlan
impl StructuralPartialEq for ProvisionPlan
Auto Trait Implementations§
impl Freeze for ProvisionPlan
impl RefUnwindSafe for ProvisionPlan
impl Send for ProvisionPlan
impl Sync for ProvisionPlan
impl Unpin for ProvisionPlan
impl UnsafeUnpin for ProvisionPlan
impl UnwindSafe for ProvisionPlan
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