pub struct InputStickerSetShortName {
pub short_name: String,
}Expand description
Generated from:
inputStickerSetShortName#861cc8a0 short_name:string = InputStickerSetFields§
§short_name: StringTrait Implementations§
Source§impl Clone for InputStickerSetShortName
impl Clone for InputStickerSetShortName
Source§fn clone(&self) -> InputStickerSetShortName
fn clone(&self) -> InputStickerSetShortName
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 InputStickerSetShortName
impl Debug for InputStickerSetShortName
Source§impl Deserializable for InputStickerSetShortName
impl Deserializable for InputStickerSetShortName
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<InputStickerSetShortName> for InputStickerSet
impl From<InputStickerSetShortName> for InputStickerSet
Source§fn from(x: InputStickerSetShortName) -> Self
fn from(x: InputStickerSetShortName) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputStickerSetShortName
impl Identifiable for InputStickerSetShortName
Source§const CONSTRUCTOR_ID: u32 = 0x861cc8a0
const CONSTRUCTOR_ID: u32 = 0x861cc8a0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputStickerSetShortName
impl PartialEq for InputStickerSetShortName
Source§impl TryFrom<InputStickerSet> for InputStickerSetShortName
impl TryFrom<InputStickerSet> for InputStickerSetShortName
Source§type Error = InputStickerSet
type Error = InputStickerSet
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputStickerSetShortName
Auto Trait Implementations§
impl Freeze for InputStickerSetShortName
impl RefUnwindSafe for InputStickerSetShortName
impl Send for InputStickerSetShortName
impl Sync for InputStickerSetShortName
impl Unpin for InputStickerSetShortName
impl UnsafeUnpin for InputStickerSetShortName
impl UnwindSafe for InputStickerSetShortName
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