pub struct GetConsoleScreenshotResult {
pub image_data: Option<String>,
pub instance_id: Option<String>,
}Fields§
§image_data: Option<String>The data that comprises the image.
instance_id: Option<String>The ID of the instance.
Trait Implementations§
Source§impl Clone for GetConsoleScreenshotResult
impl Clone for GetConsoleScreenshotResult
Source§fn clone(&self) -> GetConsoleScreenshotResult
fn clone(&self) -> GetConsoleScreenshotResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetConsoleScreenshotResult
impl Debug for GetConsoleScreenshotResult
Source§impl Default for GetConsoleScreenshotResult
impl Default for GetConsoleScreenshotResult
Source§fn default() -> GetConsoleScreenshotResult
fn default() -> GetConsoleScreenshotResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetConsoleScreenshotResult
Auto Trait Implementations§
impl Freeze for GetConsoleScreenshotResult
impl RefUnwindSafe for GetConsoleScreenshotResult
impl Send for GetConsoleScreenshotResult
impl Sync for GetConsoleScreenshotResult
impl Unpin for GetConsoleScreenshotResult
impl UnwindSafe for GetConsoleScreenshotResult
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