pub struct ImageStateResponse {
pub images: Vec<ImageState>,
}Expand description
Response for GetImageState and SetImageState commands
Fields§
§images: Vec<ImageState>List of all images and their state
Trait Implementations§
Source§impl Clone for ImageStateResponse
impl Clone for ImageStateResponse
Source§fn clone(&self) -> ImageStateResponse
fn clone(&self) -> ImageStateResponse
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 ImageStateResponse
impl Debug for ImageStateResponse
Source§impl<'de> Deserialize<'de> for ImageStateResponse
impl<'de> Deserialize<'de> for ImageStateResponse
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
Source§impl PartialEq for ImageStateResponse
impl PartialEq for ImageStateResponse
impl Eq for ImageStateResponse
impl StructuralPartialEq for ImageStateResponse
Auto Trait Implementations§
impl Freeze for ImageStateResponse
impl RefUnwindSafe for ImageStateResponse
impl Send for ImageStateResponse
impl Sync for ImageStateResponse
impl Unpin for ImageStateResponse
impl UnwindSafe for ImageStateResponse
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