pub struct UserRecentImageListResponse {
pub images: Vec<UserRecentImageResponse>,
}
Expand description
Response for listing a user’s recent images, see ‘recent::List’.
Fields§
§images: Vec<UserRecentImageResponse>
The images returned.
Trait Implementations§
Source§impl Debug for UserRecentImageListResponse
impl Debug for UserRecentImageListResponse
Source§impl<'de> Deserialize<'de> for UserRecentImageListResponse
impl<'de> Deserialize<'de> for UserRecentImageListResponse
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 UserRecentImageListResponse
impl RefUnwindSafe for UserRecentImageListResponse
impl Send for UserRecentImageListResponse
impl Sync for UserRecentImageListResponse
impl Unpin for UserRecentImageListResponse
impl UnwindSafe for UserRecentImageListResponse
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