Struct aws_sdk_glue::output::UpdateDevEndpointOutput
source · #[non_exhaustive]pub struct UpdateDevEndpointOutput {}Implementations§
source§impl UpdateDevEndpointOutput
impl UpdateDevEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDevEndpointOutput.
Trait Implementations§
source§impl Clone for UpdateDevEndpointOutput
impl Clone for UpdateDevEndpointOutput
source§fn clone(&self) -> UpdateDevEndpointOutput
fn clone(&self) -> UpdateDevEndpointOutput
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 UpdateDevEndpointOutput
impl Debug for UpdateDevEndpointOutput
source§impl PartialEq<UpdateDevEndpointOutput> for UpdateDevEndpointOutput
impl PartialEq<UpdateDevEndpointOutput> for UpdateDevEndpointOutput
source§fn eq(&self, other: &UpdateDevEndpointOutput) -> bool
fn eq(&self, other: &UpdateDevEndpointOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.