Struct aws_sdk_cloudfront::output::DeleteFunctionOutput
source · [−]#[non_exhaustive]pub struct DeleteFunctionOutput {}
Implementations
sourceimpl DeleteFunctionOutput
impl DeleteFunctionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFunctionOutput
.
Trait Implementations
sourceimpl Clone for DeleteFunctionOutput
impl Clone for DeleteFunctionOutput
sourcefn clone(&self) -> DeleteFunctionOutput
fn clone(&self) -> DeleteFunctionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteFunctionOutput
impl Debug for DeleteFunctionOutput
sourceimpl PartialEq<DeleteFunctionOutput> for DeleteFunctionOutput
impl PartialEq<DeleteFunctionOutput> for DeleteFunctionOutput
sourcefn eq(&self, other: &DeleteFunctionOutput) -> bool
fn eq(&self, other: &DeleteFunctionOutput) -> bool
impl StructuralPartialEq for DeleteFunctionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteFunctionOutput
impl Send for DeleteFunctionOutput
impl Sync for DeleteFunctionOutput
impl Unpin for DeleteFunctionOutput
impl UnwindSafe for DeleteFunctionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more