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