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