Struct grammers_tl_types::functions::help::SetBotUpdatesStatus
source · pub struct SetBotUpdatesStatus {
pub pending_updates_count: i32,
pub message: String,
}Fields§
§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 copy 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 = 3_961_704_397u32
const CONSTRUCTOR_ID: u32 = 3_961_704_397u32
The unique identifier for the type.
source§impl PartialEq for SetBotUpdatesStatus
impl PartialEq for SetBotUpdatesStatus
source§fn eq(&self, other: &SetBotUpdatesStatus) -> bool
fn eq(&self, other: &SetBotUpdatesStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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 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