pub struct InputStickerSetShortName {
pub short_name: String,
}Expand description
Read inputStickerSetShortName docs.
Generated from the following TL definition:
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 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 = 2_250_033_312u32
const CONSTRUCTOR_ID: u32 = 2_250_033_312u32
The unique identifier for the type.
Source§impl PartialEq for InputStickerSetShortName
impl PartialEq for InputStickerSetShortName
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 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