pub struct DeleteLayerVersionRequest {
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 DeleteLayerVersionRequest
impl Clone for DeleteLayerVersionRequest
Source§fn clone(&self) -> DeleteLayerVersionRequest
fn clone(&self) -> DeleteLayerVersionRequest
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 DeleteLayerVersionRequest
impl Debug for DeleteLayerVersionRequest
Source§impl Default for DeleteLayerVersionRequest
impl Default for DeleteLayerVersionRequest
Source§fn default() -> DeleteLayerVersionRequest
fn default() -> DeleteLayerVersionRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteLayerVersionRequest
Auto Trait Implementations§
impl Freeze for DeleteLayerVersionRequest
impl RefUnwindSafe for DeleteLayerVersionRequest
impl Send for DeleteLayerVersionRequest
impl Sync for DeleteLayerVersionRequest
impl Unpin for DeleteLayerVersionRequest
impl UnwindSafe for DeleteLayerVersionRequest
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