pub struct GetLayerVersionByArnRequest {
pub arn: String,
}
Fields§
§arn: String
The ARN of the layer version.
Trait Implementations§
Source§impl Clone for GetLayerVersionByArnRequest
impl Clone for GetLayerVersionByArnRequest
Source§fn clone(&self) -> GetLayerVersionByArnRequest
fn clone(&self) -> GetLayerVersionByArnRequest
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 Debug for GetLayerVersionByArnRequest
impl Debug for GetLayerVersionByArnRequest
Source§impl Default for GetLayerVersionByArnRequest
impl Default for GetLayerVersionByArnRequest
Source§fn default() -> GetLayerVersionByArnRequest
fn default() -> GetLayerVersionByArnRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetLayerVersionByArnRequest
Auto Trait Implementations§
impl Freeze for GetLayerVersionByArnRequest
impl RefUnwindSafe for GetLayerVersionByArnRequest
impl Send for GetLayerVersionByArnRequest
impl Sync for GetLayerVersionByArnRequest
impl Unpin for GetLayerVersionByArnRequest
impl UnwindSafe for GetLayerVersionByArnRequest
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