Struct aws_sdk_imagebuilder::model::Container
source · [−]#[non_exhaustive]pub struct Container { /* private fields */ }
Expand description
A container encapsulates the runtime environment for an application.
Implementations
Trait Implementations
impl StructuralPartialEq for Container
Auto Trait Implementations
impl RefUnwindSafe for Container
impl Send for Container
impl Sync for Container
impl Unpin for Container
impl UnwindSafe for Container
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