pub struct QueryImageResponse {
pub status: Option<Status>,
pub delayed_action_time: Option<u32>,
pub image_uri: Option<String>,
pub software_version: Option<u32>,
pub software_version_string: Option<String>,
pub update_token: Option<Vec<u8>>,
pub user_consent_needed: Option<bool>,
pub metadata_for_requestor: Option<Vec<u8>>,
}Fields§
§status: Option<Status>§delayed_action_time: Option<u32>§image_uri: Option<String>§software_version: Option<u32>§software_version_string: Option<String>§update_token: Option<Vec<u8>>§user_consent_needed: Option<bool>§metadata_for_requestor: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for QueryImageResponse
impl Debug for QueryImageResponse
Auto Trait Implementations§
impl Freeze for QueryImageResponse
impl RefUnwindSafe for QueryImageResponse
impl Send for QueryImageResponse
impl Sync for QueryImageResponse
impl Unpin for QueryImageResponse
impl UnwindSafe for QueryImageResponse
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