pub struct UpdateMoveStickerSetToTop {
pub masks: bool,
pub emojis: bool,
pub stickerset: i64,
}Expand description
Generated from:
updateMoveStickerSetToTop#86fccf85 flags:# masks:flags.0?true emojis:flags.1?true stickerset:long = UpdateFields§
§masks: bool§emojis: bool§stickerset: i64Trait Implementations§
Source§impl Clone for UpdateMoveStickerSetToTop
impl Clone for UpdateMoveStickerSetToTop
Source§fn clone(&self) -> UpdateMoveStickerSetToTop
fn clone(&self) -> UpdateMoveStickerSetToTop
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 UpdateMoveStickerSetToTop
impl Debug for UpdateMoveStickerSetToTop
Source§impl Deserializable for UpdateMoveStickerSetToTop
impl Deserializable for UpdateMoveStickerSetToTop
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<UpdateMoveStickerSetToTop> for Update
impl From<UpdateMoveStickerSetToTop> for Update
Source§fn from(x: UpdateMoveStickerSetToTop) -> Self
fn from(x: UpdateMoveStickerSetToTop) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateMoveStickerSetToTop
impl Identifiable for UpdateMoveStickerSetToTop
Source§const CONSTRUCTOR_ID: u32 = 0x86fccf85
const CONSTRUCTOR_ID: u32 = 0x86fccf85
The constructor ID as specified in the TL schema.
Source§impl TryFrom<Update> for UpdateMoveStickerSetToTop
impl TryFrom<Update> for UpdateMoveStickerSetToTop
impl StructuralPartialEq for UpdateMoveStickerSetToTop
Auto Trait Implementations§
impl Freeze for UpdateMoveStickerSetToTop
impl RefUnwindSafe for UpdateMoveStickerSetToTop
impl Send for UpdateMoveStickerSetToTop
impl Sync for UpdateMoveStickerSetToTop
impl Unpin for UpdateMoveStickerSetToTop
impl UnsafeUnpin for UpdateMoveStickerSetToTop
impl UnwindSafe for UpdateMoveStickerSetToTop
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