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