#[non_exhaustive]pub struct UpdateCachePolicyOutput { /* private fields */ }Implementations§
source§impl UpdateCachePolicyOutput
impl UpdateCachePolicyOutput
sourcepub fn cache_policy(&self) -> Option<&CachePolicy>
pub fn cache_policy(&self) -> Option<&CachePolicy>
A cache policy.
source§impl UpdateCachePolicyOutput
impl UpdateCachePolicyOutput
sourcepub fn builder() -> UpdateCachePolicyOutputBuilder
pub fn builder() -> UpdateCachePolicyOutputBuilder
Creates a new builder-style object to manufacture UpdateCachePolicyOutput.
Trait Implementations§
source§impl Clone for UpdateCachePolicyOutput
impl Clone for UpdateCachePolicyOutput
source§fn clone(&self) -> UpdateCachePolicyOutput
fn clone(&self) -> UpdateCachePolicyOutput
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 Debug for UpdateCachePolicyOutput
impl Debug for UpdateCachePolicyOutput
source§impl PartialEq<UpdateCachePolicyOutput> for UpdateCachePolicyOutput
impl PartialEq<UpdateCachePolicyOutput> for UpdateCachePolicyOutput
source§fn eq(&self, other: &UpdateCachePolicyOutput) -> bool
fn eq(&self, other: &UpdateCachePolicyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateCachePolicyOutput
impl RequestId for UpdateCachePolicyOutput
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 UpdateCachePolicyOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateCachePolicyOutput
impl Send for UpdateCachePolicyOutput
impl Sync for UpdateCachePolicyOutput
impl Unpin for UpdateCachePolicyOutput
impl UnwindSafe for UpdateCachePolicyOutput
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