#[non_exhaustive]pub struct BatchCreateVehicleOutput { /* private fields */ }Implementations§
source§impl BatchCreateVehicleOutput
 
impl BatchCreateVehicleOutput
sourcepub fn vehicles(&self) -> Option<&[CreateVehicleResponseItem]>
 
pub fn vehicles(&self) -> Option<&[CreateVehicleResponseItem]>
A list of information about a batch of created vehicles. For more information, see the API data type.
sourcepub fn errors(&self) -> Option<&[CreateVehicleError]>
 
pub fn errors(&self) -> Option<&[CreateVehicleError]>
A list of information about creation errors, or an empty list if there aren't any errors.
source§impl BatchCreateVehicleOutput
 
impl BatchCreateVehicleOutput
sourcepub fn builder() -> BatchCreateVehicleOutputBuilder
 
pub fn builder() -> BatchCreateVehicleOutputBuilder
Creates a new builder-style object to manufacture BatchCreateVehicleOutput.
Trait Implementations§
source§impl Clone for BatchCreateVehicleOutput
 
impl Clone for BatchCreateVehicleOutput
source§fn clone(&self) -> BatchCreateVehicleOutput
 
fn clone(&self) -> BatchCreateVehicleOutput
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 BatchCreateVehicleOutput
 
impl Debug for BatchCreateVehicleOutput
source§impl PartialEq<BatchCreateVehicleOutput> for BatchCreateVehicleOutput
 
impl PartialEq<BatchCreateVehicleOutput> for BatchCreateVehicleOutput
source§fn eq(&self, other: &BatchCreateVehicleOutput) -> bool
 
fn eq(&self, other: &BatchCreateVehicleOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchCreateVehicleOutput
 
impl RequestId for BatchCreateVehicleOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for BatchCreateVehicleOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchCreateVehicleOutput
impl Send for BatchCreateVehicleOutput
impl Sync for BatchCreateVehicleOutput
impl Unpin for BatchCreateVehicleOutput
impl UnwindSafe for BatchCreateVehicleOutput
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