pub struct StackIdentity {
pub profile: String,
pub host: String,
pub space: String,
}Expand description
The resolved deployment the change report records as its target.
Plain values, not Context or clap types, so -api may take them directly.
The caller builds this from its resolved profile.
Fields§
§profile: String§host: String§space: StringTrait Implementations§
Source§impl Clone for StackIdentity
impl Clone for StackIdentity
Source§fn clone(&self) -> StackIdentity
fn clone(&self) -> StackIdentity
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 StackIdentity
impl Debug for StackIdentity
Source§impl PartialEq for StackIdentity
impl PartialEq for StackIdentity
impl StructuralPartialEq for StackIdentity
Auto Trait Implementations§
impl Freeze for StackIdentity
impl RefUnwindSafe for StackIdentity
impl Send for StackIdentity
impl Sync for StackIdentity
impl Unpin for StackIdentity
impl UnsafeUnpin for StackIdentity
impl UnwindSafe for StackIdentity
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