pub struct DeleteParameterInput {
pub name: String,
}Expand description
Input for the DeleteParameter operation.
Fields§
§name: StringThe name of the parameter to delete.
Trait Implementations§
Source§impl Clone for DeleteParameterInput
impl Clone for DeleteParameterInput
Source§fn clone(&self) -> DeleteParameterInput
fn clone(&self) -> DeleteParameterInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteParameterInput
impl Debug for DeleteParameterInput
Source§impl Default for DeleteParameterInput
impl Default for DeleteParameterInput
Source§fn default() -> DeleteParameterInput
fn default() -> DeleteParameterInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteParameterInput
impl<'de> Deserialize<'de> for DeleteParameterInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeleteParameterInput
impl RefUnwindSafe for DeleteParameterInput
impl Send for DeleteParameterInput
impl Sync for DeleteParameterInput
impl Unpin for DeleteParameterInput
impl UnsafeUnpin for DeleteParameterInput
impl UnwindSafe for DeleteParameterInput
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