pub struct GetLayerVersionPolicyRequest {
pub layer_name: String,
pub version_number: i64,
}
Fields§
§layer_name: String
The name or Amazon Resource Name (ARN) of the layer.
version_number: i64
The version number.
Trait Implementations§
Source§impl Clone for GetLayerVersionPolicyRequest
impl Clone for GetLayerVersionPolicyRequest
Source§fn clone(&self) -> GetLayerVersionPolicyRequest
fn clone(&self) -> GetLayerVersionPolicyRequest
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 GetLayerVersionPolicyRequest
impl Debug for GetLayerVersionPolicyRequest
Source§impl Default for GetLayerVersionPolicyRequest
impl Default for GetLayerVersionPolicyRequest
Source§fn default() -> GetLayerVersionPolicyRequest
fn default() -> GetLayerVersionPolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetLayerVersionPolicyRequest
impl PartialEq for GetLayerVersionPolicyRequest
Source§fn eq(&self, other: &GetLayerVersionPolicyRequest) -> bool
fn eq(&self, other: &GetLayerVersionPolicyRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetLayerVersionPolicyRequest
Auto Trait Implementations§
impl Freeze for GetLayerVersionPolicyRequest
impl RefUnwindSafe for GetLayerVersionPolicyRequest
impl Send for GetLayerVersionPolicyRequest
impl Sync for GetLayerVersionPolicyRequest
impl Unpin for GetLayerVersionPolicyRequest
impl UnwindSafe for GetLayerVersionPolicyRequest
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