pub struct GetMetricWidgetImageOutput {
pub metric_widget_image: Option<Bytes>,
}Fields§
§metric_widget_image: Option<Bytes>The image of the graph, in the output format specified. The output is base64-encoded.
Trait Implementations§
Source§impl Clone for GetMetricWidgetImageOutput
impl Clone for GetMetricWidgetImageOutput
Source§fn clone(&self) -> GetMetricWidgetImageOutput
fn clone(&self) -> GetMetricWidgetImageOutput
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 GetMetricWidgetImageOutput
impl Debug for GetMetricWidgetImageOutput
Source§impl Default for GetMetricWidgetImageOutput
impl Default for GetMetricWidgetImageOutput
Source§fn default() -> GetMetricWidgetImageOutput
fn default() -> GetMetricWidgetImageOutput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetMetricWidgetImageOutput
Auto Trait Implementations§
impl !Freeze for GetMetricWidgetImageOutput
impl RefUnwindSafe for GetMetricWidgetImageOutput
impl Send for GetMetricWidgetImageOutput
impl Sync for GetMetricWidgetImageOutput
impl Unpin for GetMetricWidgetImageOutput
impl UnwindSafe for GetMetricWidgetImageOutput
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