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 for CreateUserDefinedFunctionOutput
 
impl PartialEq 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.impl StructuralPartialEq for CreateUserDefinedFunctionOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateUserDefinedFunctionOutput
impl Send for CreateUserDefinedFunctionOutput
impl Sync for CreateUserDefinedFunctionOutput
impl Unpin for CreateUserDefinedFunctionOutput
impl UnwindSafe for CreateUserDefinedFunctionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.