pub struct ProgressResponse {
pub photoscene: Option<PhotosceneProgress>,
pub error: Option<RcApiError>,
}Expand description
Progress response
Fields§
§photoscene: Option<PhotosceneProgress>§error: Option<RcApiError>Trait Implementations§
Source§impl Debug for ProgressResponse
impl Debug for ProgressResponse
Source§impl<'de> Deserialize<'de> for ProgressResponse
impl<'de> Deserialize<'de> for ProgressResponse
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 ProgressResponse
impl RefUnwindSafe for ProgressResponse
impl Send for ProgressResponse
impl Sync for ProgressResponse
impl Unpin for ProgressResponse
impl UnsafeUnpin for ProgressResponse
impl UnwindSafe for ProgressResponse
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