pub struct PinLsResponse {
pub keys: HashMap<String, PinType>,
}
Fields§
§keys: HashMap<String, PinType>
Trait Implementations§
Source§impl Debug for PinLsResponse
impl Debug for PinLsResponse
Source§impl<'de> Deserialize<'de> for PinLsResponse
impl<'de> Deserialize<'de> for PinLsResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PinLsResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PinLsResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PinLsResponse
impl RefUnwindSafe for PinLsResponse
impl Send for PinLsResponse
impl Sync for PinLsResponse
impl Unpin for PinLsResponse
impl UnwindSafe for PinLsResponse
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