pub struct AnimationUploadResponse {
pub session_uri: String,
}
Expand description
URL to upload an user library image, supports resumable uploading.
Fields§
§session_uri: String
The session URI used for uploading, including the query for uploader ID
Trait Implementations§
Source§impl Debug for AnimationUploadResponse
impl Debug for AnimationUploadResponse
Source§impl<'de> Deserialize<'de> for AnimationUploadResponse
impl<'de> Deserialize<'de> for AnimationUploadResponse
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 AnimationUploadResponse
impl RefUnwindSafe for AnimationUploadResponse
impl Send for AnimationUploadResponse
impl Sync for AnimationUploadResponse
impl Unpin for AnimationUploadResponse
impl UnwindSafe for AnimationUploadResponse
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