#[non_exhaustive]pub struct CreateVehicleResponseItem { /* private fields */ }Expand description
Information about a created vehicle.
Implementations§
source§impl CreateVehicleResponseItem
impl CreateVehicleResponseItem
sourcepub fn builder() -> CreateVehicleResponseItemBuilder
pub fn builder() -> CreateVehicleResponseItemBuilder
Creates a new builder-style object to manufacture CreateVehicleResponseItem.
Trait Implementations§
source§impl Clone for CreateVehicleResponseItem
impl Clone for CreateVehicleResponseItem
source§fn clone(&self) -> CreateVehicleResponseItem
fn clone(&self) -> CreateVehicleResponseItem
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 CreateVehicleResponseItem
impl Debug for CreateVehicleResponseItem
source§impl PartialEq<CreateVehicleResponseItem> for CreateVehicleResponseItem
impl PartialEq<CreateVehicleResponseItem> for CreateVehicleResponseItem
source§fn eq(&self, other: &CreateVehicleResponseItem) -> bool
fn eq(&self, other: &CreateVehicleResponseItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateVehicleResponseItem
Auto Trait Implementations§
impl RefUnwindSafe for CreateVehicleResponseItem
impl Send for CreateVehicleResponseItem
impl Sync for CreateVehicleResponseItem
impl Unpin for CreateVehicleResponseItem
impl UnwindSafe for CreateVehicleResponseItem
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