pub struct FaveSticker {
pub id: InputDocument,
pub unfave: bool,
}Expand description
Generated from:
messages.faveSticker#b9ffc55b id:InputDocument unfave:Bool = BoolFields§
§id: InputDocument§unfave: boolTrait Implementations§
Source§impl Clone for FaveSticker
impl Clone for FaveSticker
Source§fn clone(&self) -> FaveSticker
fn clone(&self) -> FaveSticker
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 FaveSticker
impl Debug for FaveSticker
Source§impl Identifiable for FaveSticker
impl Identifiable for FaveSticker
Source§const CONSTRUCTOR_ID: u32 = 0xb9ffc55b
const CONSTRUCTOR_ID: u32 = 0xb9ffc55b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for FaveSticker
impl PartialEq for FaveSticker
Source§impl RemoteCall for FaveSticker
impl RemoteCall for FaveSticker
Source§impl Serializable for FaveSticker
impl Serializable for FaveSticker
impl StructuralPartialEq for FaveSticker
Auto Trait Implementations§
impl Freeze for FaveSticker
impl RefUnwindSafe for FaveSticker
impl Send for FaveSticker
impl Sync for FaveSticker
impl Unpin for FaveSticker
impl UnsafeUnpin for FaveSticker
impl UnwindSafe for FaveSticker
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