pub struct ClearRecentStickers {
pub attached: bool,
}Expand description
Generated from:
messages.clearRecentStickers#8999602d flags:# attached:flags.0?true = BoolFields§
§attached: boolTrait Implementations§
Source§impl Clone for ClearRecentStickers
impl Clone for ClearRecentStickers
Source§fn clone(&self) -> ClearRecentStickers
fn clone(&self) -> ClearRecentStickers
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 ClearRecentStickers
impl Debug for ClearRecentStickers
Source§impl Identifiable for ClearRecentStickers
impl Identifiable for ClearRecentStickers
Source§const CONSTRUCTOR_ID: u32 = 0x8999602d
const CONSTRUCTOR_ID: u32 = 0x8999602d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ClearRecentStickers
impl PartialEq for ClearRecentStickers
Source§impl RemoteCall for ClearRecentStickers
impl RemoteCall for ClearRecentStickers
Source§impl Serializable for ClearRecentStickers
impl Serializable for ClearRecentStickers
impl StructuralPartialEq for ClearRecentStickers
Auto Trait Implementations§
impl Freeze for ClearRecentStickers
impl RefUnwindSafe for ClearRecentStickers
impl Send for ClearRecentStickers
impl Sync for ClearRecentStickers
impl Unpin for ClearRecentStickers
impl UnsafeUnpin for ClearRecentStickers
impl UnwindSafe for ClearRecentStickers
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