#[non_exhaustive]pub struct GetUserDefinedFunctionsOutput { /* private fields */ }Implementations§
source§impl GetUserDefinedFunctionsOutput
impl GetUserDefinedFunctionsOutput
sourcepub fn user_defined_functions(&self) -> Option<&[UserDefinedFunction]>
pub fn user_defined_functions(&self) -> Option<&[UserDefinedFunction]>
A list of requested function definitions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if the list of functions returned does not include the last requested function.
source§impl GetUserDefinedFunctionsOutput
impl GetUserDefinedFunctionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUserDefinedFunctionsOutput.
Trait Implementations§
source§impl Clone for GetUserDefinedFunctionsOutput
impl Clone for GetUserDefinedFunctionsOutput
source§fn clone(&self) -> GetUserDefinedFunctionsOutput
fn clone(&self) -> GetUserDefinedFunctionsOutput
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<GetUserDefinedFunctionsOutput> for GetUserDefinedFunctionsOutput
impl PartialEq<GetUserDefinedFunctionsOutput> for GetUserDefinedFunctionsOutput
source§fn eq(&self, other: &GetUserDefinedFunctionsOutput) -> bool
fn eq(&self, other: &GetUserDefinedFunctionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.