pub struct AnimationUploadRequest {
pub file_size: usize,
}
Expand description
Request to indicate the size of an user library image for upload.
Fields§
§file_size: usize
The size of the image to be uploaded in bytes.
Trait Implementations§
Source§impl Debug for AnimationUploadRequest
impl Debug for AnimationUploadRequest
Source§impl<'de> Deserialize<'de> for AnimationUploadRequest
impl<'de> Deserialize<'de> for AnimationUploadRequest
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 AnimationUploadRequest
impl RefUnwindSafe for AnimationUploadRequest
impl Send for AnimationUploadRequest
impl Sync for AnimationUploadRequest
impl Unpin for AnimationUploadRequest
impl UnwindSafe for AnimationUploadRequest
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