pub struct ImageImportReport {
    pub id: Option<String>,
}Available on crate feature 
v5 only.Fields§
§id: Option<String>Trait Implementations§
Source§impl Debug for ImageImportReport
 
impl Debug for ImageImportReport
Source§impl Default for ImageImportReport
 
impl Default for ImageImportReport
Source§fn default() -> ImageImportReport
 
fn default() -> ImageImportReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImageImportReport
 
impl<'de> Deserialize<'de> for ImageImportReport
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
Auto Trait Implementations§
impl Freeze for ImageImportReport
impl RefUnwindSafe for ImageImportReport
impl Send for ImageImportReport
impl Sync for ImageImportReport
impl Unpin for ImageImportReport
impl UnwindSafe for ImageImportReport
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