pub struct DeleteLayerVersion;Available on crate feature
iam only.Trait Implementations§
Source§impl Clone for DeleteLayerVersion
impl Clone for DeleteLayerVersion
Source§fn clone(&self) -> DeleteLayerVersion
fn clone(&self) -> DeleteLayerVersion
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 DeleteLayerVersion
impl Debug for DeleteLayerVersion
Source§impl Serialize for DeleteLayerVersion
impl Serialize for DeleteLayerVersion
impl Action for DeleteLayerVersion
impl Copy for DeleteLayerVersion
impl LambdaAction for DeleteLayerVersion
Auto Trait Implementations§
impl Freeze for DeleteLayerVersion
impl RefUnwindSafe for DeleteLayerVersion
impl Send for DeleteLayerVersion
impl Sync for DeleteLayerVersion
impl Unpin for DeleteLayerVersion
impl UnwindSafe for DeleteLayerVersion
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