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