pub enum ChatBoostSlot {
ChatBoostSlot(ChatBoostSlot),
}Variants§
ChatBoostSlot(ChatBoostSlot)
Describes a slot for chat boost
Trait Implementations§
Source§impl Clone for ChatBoostSlot
impl Clone for ChatBoostSlot
Source§fn clone(&self) -> ChatBoostSlot
fn clone(&self) -> ChatBoostSlot
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 ChatBoostSlot
impl Debug for ChatBoostSlot
Source§impl<'de> Deserialize<'de> for ChatBoostSlot
impl<'de> Deserialize<'de> for ChatBoostSlot
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 ChatBoostSlot
impl PartialEq for ChatBoostSlot
Source§impl Serialize for ChatBoostSlot
impl Serialize for ChatBoostSlot
impl StructuralPartialEq for ChatBoostSlot
Auto Trait Implementations§
impl Freeze for ChatBoostSlot
impl RefUnwindSafe for ChatBoostSlot
impl Send for ChatBoostSlot
impl Sync for ChatBoostSlot
impl Unpin for ChatBoostSlot
impl UnwindSafe for ChatBoostSlot
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