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 for DeleteUserDefinedFunctionOutput
impl PartialEq 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.impl StructuralPartialEq for DeleteUserDefinedFunctionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteUserDefinedFunctionOutput
impl Send for DeleteUserDefinedFunctionOutput
impl Sync for DeleteUserDefinedFunctionOutput
impl Unpin for DeleteUserDefinedFunctionOutput
impl UnwindSafe for DeleteUserDefinedFunctionOutput
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