pub struct AnimationResponse {
pub metadata: AnimationMetadata,
}
Expand description
Response for getting a single animation file.
Fields§
§metadata: AnimationMetadata
The animation’s metadata.
Trait Implementations§
Source§impl Debug for AnimationResponse
impl Debug for AnimationResponse
Source§impl<'de> Deserialize<'de> for AnimationResponse
impl<'de> Deserialize<'de> for AnimationResponse
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 AnimationResponse
impl RefUnwindSafe for AnimationResponse
impl Send for AnimationResponse
impl Sync for AnimationResponse
impl Unpin for AnimationResponse
impl UnwindSafe for AnimationResponse
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