Struct aws_sdk_mediapackagev2::operation::delete_origin_endpoint_policy::DeleteOriginEndpointPolicyOutput
source · #[non_exhaustive]pub struct DeleteOriginEndpointPolicyOutput { /* private fields */ }
Implementations§
source§impl DeleteOriginEndpointPolicyOutput
impl DeleteOriginEndpointPolicyOutput
sourcepub fn builder() -> DeleteOriginEndpointPolicyOutputBuilder
pub fn builder() -> DeleteOriginEndpointPolicyOutputBuilder
Creates a new builder-style object to manufacture DeleteOriginEndpointPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteOriginEndpointPolicyOutput
impl Clone for DeleteOriginEndpointPolicyOutput
source§fn clone(&self) -> DeleteOriginEndpointPolicyOutput
fn clone(&self) -> DeleteOriginEndpointPolicyOutput
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 DeleteOriginEndpointPolicyOutput
impl PartialEq for DeleteOriginEndpointPolicyOutput
source§fn eq(&self, other: &DeleteOriginEndpointPolicyOutput) -> bool
fn eq(&self, other: &DeleteOriginEndpointPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteOriginEndpointPolicyOutput
impl RequestId for DeleteOriginEndpointPolicyOutput
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 DeleteOriginEndpointPolicyOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteOriginEndpointPolicyOutput
impl Send for DeleteOriginEndpointPolicyOutput
impl Sync for DeleteOriginEndpointPolicyOutput
impl Unpin for DeleteOriginEndpointPolicyOutput
impl UnwindSafe for DeleteOriginEndpointPolicyOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.