pub struct IsProgressiveInstallationAvailableResponse {
pub item_id: String,
pub available: bool,
}Fields§
§item_id: String§available: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for IsProgressiveInstallationAvailableResponse
impl<'de> Deserialize<'de> for IsProgressiveInstallationAvailableResponse
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 IsProgressiveInstallationAvailableResponse
impl RefUnwindSafe for IsProgressiveInstallationAvailableResponse
impl Send for IsProgressiveInstallationAvailableResponse
impl Sync for IsProgressiveInstallationAvailableResponse
impl Unpin for IsProgressiveInstallationAvailableResponse
impl UnwindSafe for IsProgressiveInstallationAvailableResponse
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