pub struct DocumentImageListData {
pub images: Option<Vec<DocumentImageItem>>,
}Expand description
Image list data payload
Fields§
§images: Option<Vec<DocumentImageItem>>Images array
Trait Implementations§
Source§impl Clone for DocumentImageListData
impl Clone for DocumentImageListData
Source§fn clone(&self) -> DocumentImageListData
fn clone(&self) -> DocumentImageListData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DocumentImageListData
impl Debug for DocumentImageListData
Source§impl<'de> Deserialize<'de> for DocumentImageListData
impl<'de> Deserialize<'de> for DocumentImageListData
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 Serialize for DocumentImageListData
impl Serialize for DocumentImageListData
Source§impl Validate for DocumentImageListData
impl Validate for DocumentImageListData
Source§impl<'v_a> ValidateArgs<'v_a> for DocumentImageListData
impl<'v_a> ValidateArgs<'v_a> for DocumentImageListData
Auto Trait Implementations§
impl Freeze for DocumentImageListData
impl RefUnwindSafe for DocumentImageListData
impl Send for DocumentImageListData
impl Sync for DocumentImageListData
impl Unpin for DocumentImageListData
impl UnsafeUnpin for DocumentImageListData
impl UnwindSafe for DocumentImageListData
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