pub struct UpdateWalletIntent {
pub wallet_id: String,
pub wallet_name: String,
}
Fields§
§wallet_id: String
@inject_tag: validate:“uuid”
wallet_name: String
@inject_tag: validate:“omitempty,tk_label,tk_label_length”
Trait Implementations§
Source§impl Clone for UpdateWalletIntent
impl Clone for UpdateWalletIntent
Source§fn clone(&self) -> UpdateWalletIntent
fn clone(&self) -> UpdateWalletIntent
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 UpdateWalletIntent
impl Debug for UpdateWalletIntent
Source§impl<'de> Deserialize<'de> for UpdateWalletIntent
impl<'de> Deserialize<'de> for UpdateWalletIntent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateWalletIntent
impl PartialEq for UpdateWalletIntent
Source§impl Serialize for UpdateWalletIntent
impl Serialize for UpdateWalletIntent
impl StructuralPartialEq for UpdateWalletIntent
Auto Trait Implementations§
impl Freeze for UpdateWalletIntent
impl RefUnwindSafe for UpdateWalletIntent
impl Send for UpdateWalletIntent
impl Sync for UpdateWalletIntent
impl Unpin for UpdateWalletIntent
impl UnwindSafe for UpdateWalletIntent
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