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