pub struct AccountUserUpdateResponse {
pub status: String,
pub action: String,
pub timestamp: String,
}Expand description
更新用户信息响应
RPC路由: account/user/update
Fields§
§status: String§action: String§timestamp: StringTrait Implementations§
Source§impl Clone for AccountUserUpdateResponse
impl Clone for AccountUserUpdateResponse
Source§fn clone(&self) -> AccountUserUpdateResponse
fn clone(&self) -> AccountUserUpdateResponse
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 AccountUserUpdateResponse
impl Debug for AccountUserUpdateResponse
Source§impl<'de> Deserialize<'de> for AccountUserUpdateResponse
impl<'de> Deserialize<'de> for AccountUserUpdateResponse
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
Auto Trait Implementations§
impl Freeze for AccountUserUpdateResponse
impl RefUnwindSafe for AccountUserUpdateResponse
impl Send for AccountUserUpdateResponse
impl Sync for AccountUserUpdateResponse
impl Unpin for AccountUserUpdateResponse
impl UnsafeUnpin for AccountUserUpdateResponse
impl UnwindSafe for AccountUserUpdateResponse
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