#[non_exhaustive]pub struct CreateUserDefinedFunctionOutput {}Implementations§
source§impl CreateUserDefinedFunctionOutput
impl CreateUserDefinedFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==.