Struct aws_sdk_cloudformation::model::Export
source · [−]#[non_exhaustive]pub struct Export { /* private fields */ }Expand description
The Export structure describes the exported output values for a stack.
Implementations
sourceimpl Export
impl Export
sourcepub fn exporting_stack_id(&self) -> Option<&str>
pub fn exporting_stack_id(&self) -> Option<&str>
The stack that contains the exported output name and value.
Trait Implementations
impl StructuralPartialEq for Export
Auto Trait Implementations
impl RefUnwindSafe for Export
impl Send for Export
impl Sync for Export
impl Unpin for Export
impl UnwindSafe for Export
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more