pub struct UpdateWalletSetRequest {
pub name: Option<String>,
}Expand description
Request body for updating a wallet set.
Fields§
§name: Option<String>New human-readable name for the wallet set.
Trait Implementations§
Source§impl Clone for UpdateWalletSetRequest
impl Clone for UpdateWalletSetRequest
Source§fn clone(&self) -> UpdateWalletSetRequest
fn clone(&self) -> UpdateWalletSetRequest
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 moreSource§impl Debug for UpdateWalletSetRequest
impl Debug for UpdateWalletSetRequest
Auto Trait Implementations§
impl Freeze for UpdateWalletSetRequest
impl RefUnwindSafe for UpdateWalletSetRequest
impl Send for UpdateWalletSetRequest
impl Sync for UpdateWalletSetRequest
impl Unpin for UpdateWalletSetRequest
impl UnsafeUnpin for UpdateWalletSetRequest
impl UnwindSafe for UpdateWalletSetRequest
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