pub struct StackResource {
pub logical_id: String,
pub physical_id: String,
pub resource_type: String,
pub status: String,
pub service_token: Option<String>,
}Fields§
§logical_id: String§physical_id: String§resource_type: String§status: String§service_token: Option<String>For custom resources, the Lambda ARN (ServiceToken) used for invocation.
Trait Implementations§
Source§impl Clone for StackResource
impl Clone for StackResource
Source§fn clone(&self) -> StackResource
fn clone(&self) -> StackResource
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 moreAuto Trait Implementations§
impl Freeze for StackResource
impl RefUnwindSafe for StackResource
impl Send for StackResource
impl Sync for StackResource
impl Unpin for StackResource
impl UnsafeUnpin for StackResource
impl UnwindSafe for StackResource
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