pub struct GetCloudFrontOriginAccessIdentityRequest {
pub id: String,
}
Expand description
The request to get an origin access identity's information.
Fields§
§id: String
The identity's ID.
Trait Implementations§
Source§impl Clone for GetCloudFrontOriginAccessIdentityRequest
impl Clone for GetCloudFrontOriginAccessIdentityRequest
Source§fn clone(&self) -> GetCloudFrontOriginAccessIdentityRequest
fn clone(&self) -> GetCloudFrontOriginAccessIdentityRequest
Returns a duplicate 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 Default for GetCloudFrontOriginAccessIdentityRequest
impl Default for GetCloudFrontOriginAccessIdentityRequest
Source§fn default() -> GetCloudFrontOriginAccessIdentityRequest
fn default() -> GetCloudFrontOriginAccessIdentityRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetCloudFrontOriginAccessIdentityRequest
impl PartialEq for GetCloudFrontOriginAccessIdentityRequest
Source§fn eq(&self, other: &GetCloudFrontOriginAccessIdentityRequest) -> bool
fn eq(&self, other: &GetCloudFrontOriginAccessIdentityRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCloudFrontOriginAccessIdentityRequest
Auto Trait Implementations§
impl Freeze for GetCloudFrontOriginAccessIdentityRequest
impl RefUnwindSafe for GetCloudFrontOriginAccessIdentityRequest
impl Send for GetCloudFrontOriginAccessIdentityRequest
impl Sync for GetCloudFrontOriginAccessIdentityRequest
impl Unpin for GetCloudFrontOriginAccessIdentityRequest
impl UnwindSafe for GetCloudFrontOriginAccessIdentityRequest
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