pub struct LifecyclePlan {
pub id: String,
pub kind: LifecycleKind,
pub command: CommandSpec,
}Fields§
§id: String§kind: LifecycleKind§command: CommandSpecTrait Implementations§
Source§impl Clone for LifecyclePlan
impl Clone for LifecyclePlan
Source§fn clone(&self) -> LifecyclePlan
fn clone(&self) -> LifecyclePlan
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 LifecyclePlan
impl Debug for LifecyclePlan
Source§impl<'de> Deserialize<'de> for LifecyclePlan
impl<'de> Deserialize<'de> for LifecyclePlan
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
impl Eq for LifecyclePlan
Source§impl PartialEq for LifecyclePlan
impl PartialEq for LifecyclePlan
Source§impl Serialize for LifecyclePlan
impl Serialize for LifecyclePlan
impl StructuralPartialEq for LifecyclePlan
Auto Trait Implementations§
impl Freeze for LifecyclePlan
impl RefUnwindSafe for LifecyclePlan
impl Send for LifecyclePlan
impl Sync for LifecyclePlan
impl Unpin for LifecyclePlan
impl UnsafeUnpin for LifecyclePlan
impl UnwindSafe for LifecyclePlan
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