Struct aws_sdk_iotfleetwise::output::UpdateVehicleOutput
source · #[non_exhaustive]pub struct UpdateVehicleOutput { /* private fields */ }
Implementations§
source§impl UpdateVehicleOutput
impl UpdateVehicleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVehicleOutput
.
Trait Implementations§
source§impl Clone for UpdateVehicleOutput
impl Clone for UpdateVehicleOutput
source§fn clone(&self) -> UpdateVehicleOutput
fn clone(&self) -> UpdateVehicleOutput
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