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