pub struct UpdateStackResult {
pub stack: Option<Stack>,
}
Fields§
§stack: Option<Stack>
Information about the stack.
Trait Implementations§
Source§impl Clone for UpdateStackResult
impl Clone for UpdateStackResult
Source§fn clone(&self) -> UpdateStackResult
fn clone(&self) -> UpdateStackResult
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 moreSource§impl Debug for UpdateStackResult
impl Debug for UpdateStackResult
Source§impl Default for UpdateStackResult
impl Default for UpdateStackResult
Source§fn default() -> UpdateStackResult
fn default() -> UpdateStackResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateStackResult
impl<'de> Deserialize<'de> for UpdateStackResult
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 UpdateStackResult
impl PartialEq for UpdateStackResult
impl StructuralPartialEq for UpdateStackResult
Auto Trait Implementations§
impl Freeze for UpdateStackResult
impl RefUnwindSafe for UpdateStackResult
impl Send for UpdateStackResult
impl Sync for UpdateStackResult
impl Unpin for UpdateStackResult
impl UnwindSafe for UpdateStackResult
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