Struct aws_sdk_batch::model::Ulimit
source · [−]#[non_exhaustive]pub struct Ulimit { /* private fields */ }Expand description
The ulimit settings to pass to the container.
This object isn't applicable to jobs that are running on Fargate resources.
Implementations
Trait Implementations
impl StructuralPartialEq for Ulimit
Auto Trait Implementations
impl RefUnwindSafe for Ulimit
impl Send for Ulimit
impl Sync for Ulimit
impl Unpin for Ulimit
impl UnwindSafe for Ulimit
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