pub struct Tiers {
pub double_limits: i32,
pub avatar_crown: i32,
pub profile_badge: i32,
}
Expand description
Premium features
Fields§
§double_limits: i32
Doubled character limits for everything
- Questions:
20484096 - Responses:
40968192 - Comments:
20484096
*Carpgraph drawings stay at 32kb maximum
avatar_crown: i32
A small little crown shown on the user’s profile avatar
profile_badge: i32
A small badge shwon on the user’s profile
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Tiers
impl<'de> Deserialize<'de> for Tiers
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 Tiers
impl RefUnwindSafe for Tiers
impl Send for Tiers
impl Sync for Tiers
impl Unpin for Tiers
impl UnwindSafe for Tiers
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