pub struct AreChunksInstalledResponse {
pub item_id: String,
pub installed: bool,
pub chunk_ids: Vec<i32>,
}Fields§
§item_id: String§installed: bool§chunk_ids: Vec<i32>Trait Implementations§
Source§impl Debug for AreChunksInstalledResponse
impl Debug for AreChunksInstalledResponse
Source§impl<'de> Deserialize<'de> for AreChunksInstalledResponse
impl<'de> Deserialize<'de> for AreChunksInstalledResponse
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 AreChunksInstalledResponse
impl RefUnwindSafe for AreChunksInstalledResponse
impl Send for AreChunksInstalledResponse
impl Sync for AreChunksInstalledResponse
impl Unpin for AreChunksInstalledResponse
impl UnwindSafe for AreChunksInstalledResponse
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