pub struct UserImageListResponse {
pub images: Vec<UserImageResponse>,
}
Expand description
Response for listing.
Fields§
§images: Vec<UserImageResponse>
the images returned.
Trait Implementations§
Source§impl Debug for UserImageListResponse
impl Debug for UserImageListResponse
Source§impl<'de> Deserialize<'de> for UserImageListResponse
impl<'de> Deserialize<'de> for UserImageListResponse
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 UserImageListResponse
impl RefUnwindSafe for UserImageListResponse
impl Send for UserImageListResponse
impl Sync for UserImageListResponse
impl Unpin for UserImageListResponse
impl UnwindSafe for UserImageListResponse
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