pub struct StackResourceState { /* private fields */ }Implementations§
Source§impl StackResourceState
impl StackResourceState
pub fn config<T>(self, value: T) -> Self
pub fn dependencies<T>(self, value: T) -> Self
pub fn error<T>(self, value: T) -> Self
pub fn internal<T>(self, value: T) -> Self
pub fn is_externally_provisioned<T>(self, value: T) -> Self
pub fn last_failed_state<T>(self, value: T) -> Self
pub fn lifecycle<T>(self, value: T) -> Self
pub fn outputs<T>(self, value: T) -> Self
pub fn previous_config<T>(self, value: T) -> Self
pub fn remote_binding_params<T>(self, value: T) -> Self
pub fn retry_attempt<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for StackResourceState
impl Clone for StackResourceState
Source§fn clone(&self) -> StackResourceState
fn clone(&self) -> StackResourceState
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 StackResourceState
impl Debug for StackResourceState
Source§impl Default for StackResourceState
impl Default for StackResourceState
Source§impl From<StackResourceState> for StackResourceState
impl From<StackResourceState> for StackResourceState
Source§fn from(value: StackResourceState) -> Self
fn from(value: StackResourceState) -> Self
Converts to this type from the input type.
Source§impl TryFrom<StackResourceState> for StackResourceState
impl TryFrom<StackResourceState> for StackResourceState
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: StackResourceState) -> Result<Self, ConversionError>
fn try_from(value: StackResourceState) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for StackResourceState
impl RefUnwindSafe for StackResourceState
impl Send for StackResourceState
impl Sync for StackResourceState
impl Unpin for StackResourceState
impl UnsafeUnpin for StackResourceState
impl UnwindSafe for StackResourceState
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