pub struct KeychainsResponse {
pub data: Option<Vec<Vec<KeychainFeaturePoint>>>,
pub result: KeychainResponseResult,
}Expand description
Response structure received from the keychain API.
Fields§
§data: Option<Vec<Vec<KeychainFeaturePoint>>>§result: KeychainResponseResultTrait Implementations§
Source§impl Debug for KeychainsResponse
impl Debug for KeychainsResponse
Source§impl<'de> Deserialize<'de> for KeychainsResponse
impl<'de> Deserialize<'de> for KeychainsResponse
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 KeychainsResponse
impl RefUnwindSafe for KeychainsResponse
impl Send for KeychainsResponse
impl Sync for KeychainsResponse
impl Unpin for KeychainsResponse
impl UnwindSafe for KeychainsResponse
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