pub struct GetMpcKeysListByUserParamsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build()
.
Implementations§
Source§impl<S: State> GetMpcKeysListByUserParamsBuilder<S>
impl<S: State> GetMpcKeysListByUserParamsBuilder<S>
Sourcepub fn build(self) -> GetMpcKeysListByUserParamswhere
S: IsComplete,
pub fn build(self) -> GetMpcKeysListByUserParamswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn user_id(
self,
value: String,
) -> GetMpcKeysListByUserParamsBuilder<SetUserId<S>>where
S::UserId: IsUnset,
pub fn user_id(
self,
value: String,
) -> GetMpcKeysListByUserParamsBuilder<SetUserId<S>>where
S::UserId: IsUnset,
Required.
The id for the user
Auto Trait Implementations§
impl<S> Freeze for GetMpcKeysListByUserParamsBuilder<S>
impl<S> RefUnwindSafe for GetMpcKeysListByUserParamsBuilder<S>
impl<S> Send for GetMpcKeysListByUserParamsBuilder<S>
impl<S> Sync for GetMpcKeysListByUserParamsBuilder<S>
impl<S> Unpin for GetMpcKeysListByUserParamsBuilder<S>
impl<S> UnwindSafe for GetMpcKeysListByUserParamsBuilder<S>
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