pub struct ApplyBoost {
pub slots: Option<Vec<i32>>,
pub peer: InputPeer,
}Expand description
Generated from:
premium.applyBoost#6b7da746 flags:# slots:flags.0?Vector<int> peer:InputPeer = premium.MyBoostsFields§
§slots: Option<Vec<i32>>§peer: InputPeerTrait Implementations§
Source§impl Clone for ApplyBoost
impl Clone for ApplyBoost
Source§fn clone(&self) -> ApplyBoost
fn clone(&self) -> ApplyBoost
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 ApplyBoost
impl Debug for ApplyBoost
Source§impl Identifiable for ApplyBoost
impl Identifiable for ApplyBoost
Source§const CONSTRUCTOR_ID: u32 = 0x6b7da746
const CONSTRUCTOR_ID: u32 = 0x6b7da746
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ApplyBoost
impl PartialEq for ApplyBoost
Source§impl RemoteCall for ApplyBoost
impl RemoteCall for ApplyBoost
Source§impl Serializable for ApplyBoost
impl Serializable for ApplyBoost
impl StructuralPartialEq for ApplyBoost
Auto Trait Implementations§
impl Freeze for ApplyBoost
impl RefUnwindSafe for ApplyBoost
impl Send for ApplyBoost
impl Sync for ApplyBoost
impl Unpin for ApplyBoost
impl UnsafeUnpin for ApplyBoost
impl UnwindSafe for ApplyBoost
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