pub struct GetMpcKeysListByUserParams {
pub user_id: String,
}
Expand description
struct for passing parameters to the method [get_mpc_keys_list_by_user
]
Fields§
§user_id: String
The id for the user
Implementations§
Source§impl GetMpcKeysListByUserParams
impl GetMpcKeysListByUserParams
Sourcepub fn builder() -> GetMpcKeysListByUserParamsBuilder
pub fn builder() -> GetMpcKeysListByUserParamsBuilder
Create an instance of GetMpcKeysListByUserParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetMpcKeysListByUserParams
impl Clone for GetMpcKeysListByUserParams
Source§fn clone(&self) -> GetMpcKeysListByUserParams
fn clone(&self) -> GetMpcKeysListByUserParams
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 moreAuto Trait Implementations§
impl Freeze for GetMpcKeysListByUserParams
impl RefUnwindSafe for GetMpcKeysListByUserParams
impl Send for GetMpcKeysListByUserParams
impl Sync for GetMpcKeysListByUserParams
impl Unpin for GetMpcKeysListByUserParams
impl UnwindSafe for GetMpcKeysListByUserParams
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