Struct aws_sdk_cloudfront::output::DeleteCachePolicyOutput
source · [−]#[non_exhaustive]pub struct DeleteCachePolicyOutput {}
Implementations
sourceimpl DeleteCachePolicyOutput
impl DeleteCachePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCachePolicyOutput
.
Trait Implementations
sourceimpl Clone for DeleteCachePolicyOutput
impl Clone for DeleteCachePolicyOutput
sourcefn clone(&self) -> DeleteCachePolicyOutput
fn clone(&self) -> DeleteCachePolicyOutput
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 DeleteCachePolicyOutput
impl Debug for DeleteCachePolicyOutput
sourceimpl PartialEq<DeleteCachePolicyOutput> for DeleteCachePolicyOutput
impl PartialEq<DeleteCachePolicyOutput> for DeleteCachePolicyOutput
sourcefn eq(&self, other: &DeleteCachePolicyOutput) -> bool
fn eq(&self, other: &DeleteCachePolicyOutput) -> bool
impl StructuralPartialEq for DeleteCachePolicyOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCachePolicyOutput
impl Send for DeleteCachePolicyOutput
impl Sync for DeleteCachePolicyOutput
impl Unpin for DeleteCachePolicyOutput
impl UnwindSafe for DeleteCachePolicyOutput
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