pub struct MessageActionBoostApply {
pub boosts: i32,
}Expand description
Read messageActionBoostApply docs.
Generated from the following TL definition:
messageActionBoostApply#cc02aa6d boosts:int = MessageActionFields§
§boosts: i32Trait Implementations§
Source§impl Clone for MessageActionBoostApply
impl Clone for MessageActionBoostApply
Source§fn clone(&self) -> MessageActionBoostApply
fn clone(&self) -> MessageActionBoostApply
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 MessageActionBoostApply
impl Debug for MessageActionBoostApply
Source§impl From<MessageActionBoostApply> for MessageAction
impl From<MessageActionBoostApply> for MessageAction
Source§fn from(x: MessageActionBoostApply) -> Self
fn from(x: MessageActionBoostApply) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionBoostApply
impl Identifiable for MessageActionBoostApply
Source§const CONSTRUCTOR_ID: u32 = 3422726765
const CONSTRUCTOR_ID: u32 = 3422726765
The unique identifier for the type.
Source§impl PartialEq for MessageActionBoostApply
impl PartialEq for MessageActionBoostApply
impl StructuralPartialEq for MessageActionBoostApply
Auto Trait Implementations§
impl Freeze for MessageActionBoostApply
impl RefUnwindSafe for MessageActionBoostApply
impl Send for MessageActionBoostApply
impl Sync for MessageActionBoostApply
impl Unpin for MessageActionBoostApply
impl UnsafeUnpin for MessageActionBoostApply
impl UnwindSafe for MessageActionBoostApply
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