#[non_exhaustive]pub struct BatchUpdateVehicleOutput { /* private fields */ }
Implementations§
source§impl BatchUpdateVehicleOutput
impl BatchUpdateVehicleOutput
sourcepub fn vehicles(&self) -> Option<&[UpdateVehicleResponseItem]>
pub fn vehicles(&self) -> Option<&[UpdateVehicleResponseItem]>
A list of information about the batch of updated vehicles.
This list contains only unique IDs for the vehicles that were updated.
sourcepub fn errors(&self) -> Option<&[UpdateVehicleError]>
pub fn errors(&self) -> Option<&[UpdateVehicleError]>
A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
source§impl BatchUpdateVehicleOutput
impl BatchUpdateVehicleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdateVehicleOutput
.
Trait Implementations§
source§impl Clone for BatchUpdateVehicleOutput
impl Clone for BatchUpdateVehicleOutput
source§fn clone(&self) -> BatchUpdateVehicleOutput
fn clone(&self) -> BatchUpdateVehicleOutput
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 more