pub struct ArrayProperties {
pub size: Option<i64>,
}
Expand description
An object representing an AWS Batch array job.
Fields§
§size: Option<i64>
The size of the array job.
Trait Implementations§
Source§impl Clone for ArrayProperties
impl Clone for ArrayProperties
Source§fn clone(&self) -> ArrayProperties
fn clone(&self) -> ArrayProperties
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 ArrayProperties
impl Debug for ArrayProperties
Source§impl Default for ArrayProperties
impl Default for ArrayProperties
Source§fn default() -> ArrayProperties
fn default() -> ArrayProperties
Returns the “default value” for a type. Read more
Source§impl PartialEq for ArrayProperties
impl PartialEq for ArrayProperties
Source§impl Serialize for ArrayProperties
impl Serialize for ArrayProperties
impl StructuralPartialEq for ArrayProperties
Auto Trait Implementations§
impl Freeze for ArrayProperties
impl RefUnwindSafe for ArrayProperties
impl Send for ArrayProperties
impl Sync for ArrayProperties
impl Unpin for ArrayProperties
impl UnwindSafe for ArrayProperties
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