pub struct AvatarResponse {
pub kind: AvatarType,
pub assets: Vec<Asset>,
pub scales: AvatarScales,
pub body_colors: BodyColors,
pub default_pants_applied: bool,
pub default_shirt_applied: bool,
pub emotes: Vec<Emote>,
}Fields§
§kind: AvatarType§assets: Vec<Asset>§scales: AvatarScales§body_colors: BodyColors§default_pants_applied: bool§default_shirt_applied: bool§emotes: Vec<Emote>Trait Implementations§
Source§impl Clone for AvatarResponse
impl Clone for AvatarResponse
Source§fn clone(&self) -> AvatarResponse
fn clone(&self) -> AvatarResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AvatarResponse
impl Debug for AvatarResponse
Source§impl<'de> Deserialize<'de> for AvatarResponse
impl<'de> Deserialize<'de> for AvatarResponse
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
Source§impl PartialEq for AvatarResponse
impl PartialEq for AvatarResponse
Source§impl Serialize for AvatarResponse
impl Serialize for AvatarResponse
impl StructuralPartialEq for AvatarResponse
Auto Trait Implementations§
impl Freeze for AvatarResponse
impl RefUnwindSafe for AvatarResponse
impl Send for AvatarResponse
impl Sync for AvatarResponse
impl Unpin for AvatarResponse
impl UnwindSafe for AvatarResponse
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