pub struct DeleteAliasParams {
pub alias_name: String,
}
Expand description
struct for passing parameters to the method [delete_alias
]
Fields§
§alias_name: String
The name of the alias to delete
Trait Implementations§
Source§impl Clone for DeleteAliasParams
impl Clone for DeleteAliasParams
Source§fn clone(&self) -> DeleteAliasParams
fn clone(&self) -> DeleteAliasParams
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 moreAuto Trait Implementations§
impl Freeze for DeleteAliasParams
impl RefUnwindSafe for DeleteAliasParams
impl Send for DeleteAliasParams
impl Sync for DeleteAliasParams
impl Unpin for DeleteAliasParams
impl UnwindSafe for DeleteAliasParams
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