pub struct KeychainResponseResult {
pub code: u8,
pub msg: String,
}Fields§
§code: u8§msg: StringTrait Implementations§
Source§impl Debug for KeychainResponseResult
impl Debug for KeychainResponseResult
Source§impl<'de> Deserialize<'de> for KeychainResponseResult
impl<'de> Deserialize<'de> for KeychainResponseResult
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 KeychainResponseResult
impl RefUnwindSafe for KeychainResponseResult
impl Send for KeychainResponseResult
impl Sync for KeychainResponseResult
impl Unpin for KeychainResponseResult
impl UnwindSafe for KeychainResponseResult
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