pub struct DeleteImageResult {
pub image: Option<Image>,
}
Fields§
§image: Option<Image>
Information about the image.
Trait Implementations§
Source§impl Clone for DeleteImageResult
impl Clone for DeleteImageResult
Source§fn clone(&self) -> DeleteImageResult
fn clone(&self) -> DeleteImageResult
Returns a copy 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 DeleteImageResult
impl Debug for DeleteImageResult
Source§impl Default for DeleteImageResult
impl Default for DeleteImageResult
Source§fn default() -> DeleteImageResult
fn default() -> DeleteImageResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteImageResult
impl<'de> Deserialize<'de> for DeleteImageResult
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 DeleteImageResult
impl PartialEq for DeleteImageResult
impl StructuralPartialEq for DeleteImageResult
Auto Trait Implementations§
impl Freeze for DeleteImageResult
impl RefUnwindSafe for DeleteImageResult
impl Send for DeleteImageResult
impl Sync for DeleteImageResult
impl Unpin for DeleteImageResult
impl UnwindSafe for DeleteImageResult
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