pub struct PinAddResponse {
pub pins: Vec<String>,
pub progress: Option<i32>,
}
Fields§
§pins: Vec<String>
§progress: Option<i32>
Trait Implementations§
Source§impl Debug for PinAddResponse
impl Debug for PinAddResponse
Source§impl<'de> Deserialize<'de> for PinAddResponse
impl<'de> Deserialize<'de> for PinAddResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PinAddResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PinAddResponse, <__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 PinAddResponse
impl RefUnwindSafe for PinAddResponse
impl Send for PinAddResponse
impl Sync for PinAddResponse
impl Unpin for PinAddResponse
impl UnwindSafe for PinAddResponse
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