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