Struct aws_sdk_iotfleetwise::types::UpdateVehicleError
source · #[non_exhaustive]pub struct UpdateVehicleError { /* private fields */ }Expand description
An HTTP error resulting from updating the description for a vehicle.
Implementations§
source§impl UpdateVehicleError
impl UpdateVehicleError
sourcepub fn builder() -> UpdateVehicleErrorBuilder
pub fn builder() -> UpdateVehicleErrorBuilder
Creates a new builder-style object to manufacture UpdateVehicleError.
Trait Implementations§
source§impl Clone for UpdateVehicleError
impl Clone for UpdateVehicleError
source§fn clone(&self) -> UpdateVehicleError
fn clone(&self) -> UpdateVehicleError
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 UpdateVehicleError
impl Debug for UpdateVehicleError
source§impl PartialEq<UpdateVehicleError> for UpdateVehicleError
impl PartialEq<UpdateVehicleError> for UpdateVehicleError
source§fn eq(&self, other: &UpdateVehicleError) -> bool
fn eq(&self, other: &UpdateVehicleError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateVehicleError
Auto Trait Implementations§
impl RefUnwindSafe for UpdateVehicleError
impl Send for UpdateVehicleError
impl Sync for UpdateVehicleError
impl Unpin for UpdateVehicleError
impl UnwindSafe for UpdateVehicleError
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