#[non_exhaustive]pub struct BatchCreateVehicleInput { /* private fields */ }Implementations§
source§impl BatchCreateVehicleInput
impl BatchCreateVehicleInput
sourcepub fn vehicles(&self) -> Option<&[CreateVehicleRequestItem]>
pub fn vehicles(&self) -> Option<&[CreateVehicleRequestItem]>
A list of information about each vehicle to create. For more information, see the API data type.
source§impl BatchCreateVehicleInput
impl BatchCreateVehicleInput
sourcepub fn builder() -> BatchCreateVehicleInputBuilder
pub fn builder() -> BatchCreateVehicleInputBuilder
Creates a new builder-style object to manufacture BatchCreateVehicleInput.
source§impl BatchCreateVehicleInput
impl BatchCreateVehicleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchCreateVehicle, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchCreateVehicle, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchCreateVehicle>
Trait Implementations§
source§impl Clone for BatchCreateVehicleInput
impl Clone for BatchCreateVehicleInput
source§fn clone(&self) -> BatchCreateVehicleInput
fn clone(&self) -> BatchCreateVehicleInput
Returns a copy 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 BatchCreateVehicleInput
impl Debug for BatchCreateVehicleInput
source§impl PartialEq<BatchCreateVehicleInput> for BatchCreateVehicleInput
impl PartialEq<BatchCreateVehicleInput> for BatchCreateVehicleInput
source§fn eq(&self, other: &BatchCreateVehicleInput) -> bool
fn eq(&self, other: &BatchCreateVehicleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchCreateVehicleInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchCreateVehicleInput
impl Send for BatchCreateVehicleInput
impl Sync for BatchCreateVehicleInput
impl Unpin for BatchCreateVehicleInput
impl UnwindSafe for BatchCreateVehicleInput
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