pub enum InputStickerSetItem {
InputStickerSetItem(InputStickerSetItem),
}Expand description
Variants§
InputStickerSetItem(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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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
Source§impl TryFrom<InputStickerSetItem> for InputStickerSetItem
impl TryFrom<InputStickerSetItem> for InputStickerSetItem
Source§type Error = InputStickerSetItem
type Error = InputStickerSetItem
The type returned in the event of a conversion error.
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