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