pub enum InputStickerSetItem {
Item(InputStickerSetItem),
}Expand description
Variants§
Item(InputStickerSetItem)
Trait Implementations§
Source§impl Clone for InputStickerSetItem
impl Clone for InputStickerSetItem
Source§fn clone(&self) -> InputStickerSetItem
fn clone(&self) -> InputStickerSetItem
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 InputStickerSetItem
impl Debug for InputStickerSetItem
Source§impl Deserializable for InputStickerSetItem
impl Deserializable for InputStickerSetItem
Source§impl From<InputStickerSetItem> for InputStickerSetItem
impl From<InputStickerSetItem> for InputStickerSetItem
Source§fn from(x: InputStickerSetItem) -> Self
fn from(x: InputStickerSetItem) -> Self
Converts to this type from the input type.
Source§impl From<InputStickerSetItem> for InputStickerSetItem
impl From<InputStickerSetItem> for InputStickerSetItem
Source§fn from(x: InputStickerSetItem) -> Self
fn from(x: InputStickerSetItem) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InputStickerSetItem
impl PartialEq for InputStickerSetItem
Source§impl Serializable for InputStickerSetItem
impl Serializable for InputStickerSetItem
impl StructuralPartialEq for InputStickerSetItem
Auto Trait Implementations§
impl Freeze for InputStickerSetItem
impl RefUnwindSafe for InputStickerSetItem
impl Send for InputStickerSetItem
impl Sync for InputStickerSetItem
impl Unpin for InputStickerSetItem
impl UnsafeUnpin for InputStickerSetItem
impl UnwindSafe for InputStickerSetItem
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