pub struct SetBotUpdatesStatus {
pub pending_updates_count: i32,
pub message: String,
}Expand description
Read help.setBotUpdatesStatus docs.
Generated from the following TL definition:
help.setBotUpdatesStatus#ec22cfcd pending_updates_count:int message:string = BoolFields§
§pending_updates_count: i32§message: StringTrait Implementations§
Source§impl Clone for SetBotUpdatesStatus
impl Clone for SetBotUpdatesStatus
Source§fn clone(&self) -> SetBotUpdatesStatus
fn clone(&self) -> SetBotUpdatesStatus
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 SetBotUpdatesStatus
impl Debug for SetBotUpdatesStatus
Source§impl Identifiable for SetBotUpdatesStatus
impl Identifiable for SetBotUpdatesStatus
Source§const CONSTRUCTOR_ID: u32 = 3961704397
const CONSTRUCTOR_ID: u32 = 3961704397
The unique identifier for the type.
Source§impl PartialEq for SetBotUpdatesStatus
impl PartialEq for SetBotUpdatesStatus
Source§impl RemoteCall for SetBotUpdatesStatus
impl RemoteCall for SetBotUpdatesStatus
Source§impl Serializable for SetBotUpdatesStatus
impl Serializable for SetBotUpdatesStatus
impl StructuralPartialEq for SetBotUpdatesStatus
Auto Trait Implementations§
impl Freeze for SetBotUpdatesStatus
impl RefUnwindSafe for SetBotUpdatesStatus
impl Send for SetBotUpdatesStatus
impl Sync for SetBotUpdatesStatus
impl Unpin for SetBotUpdatesStatus
impl UnsafeUnpin for SetBotUpdatesStatus
impl UnwindSafe for SetBotUpdatesStatus
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