pub enum ChatBoostLevelFeatures {
ChatBoostLevelFeatures(ChatBoostLevelFeatures),
}
Variants§
ChatBoostLevelFeatures(ChatBoostLevelFeatures)
Contains a list of features available on a specific chat boost level
Trait Implementations§
Source§impl Clone for ChatBoostLevelFeatures
impl Clone for ChatBoostLevelFeatures
Source§fn clone(&self) -> ChatBoostLevelFeatures
fn clone(&self) -> ChatBoostLevelFeatures
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 ChatBoostLevelFeatures
impl Debug for ChatBoostLevelFeatures
Source§impl<'de> Deserialize<'de> for ChatBoostLevelFeatures
impl<'de> Deserialize<'de> for ChatBoostLevelFeatures
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 ChatBoostLevelFeatures
impl PartialEq for ChatBoostLevelFeatures
Source§impl Serialize for ChatBoostLevelFeatures
impl Serialize for ChatBoostLevelFeatures
impl StructuralPartialEq for ChatBoostLevelFeatures
Auto Trait Implementations§
impl Freeze for ChatBoostLevelFeatures
impl RefUnwindSafe for ChatBoostLevelFeatures
impl Send for ChatBoostLevelFeatures
impl Sync for ChatBoostLevelFeatures
impl Unpin for ChatBoostLevelFeatures
impl UnwindSafe for ChatBoostLevelFeatures
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