Struct telegram_bot::types::GroupToSuperGroupMigration [−][src]
Fields
from: Integer
to: Integer
Trait Implementations
impl Debug for GroupToSuperGroupMigration
[src]
impl Debug for GroupToSuperGroupMigration
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for GroupToSuperGroupMigration
[src]
impl PartialEq for GroupToSuperGroupMigration
fn eq(&self, other: &GroupToSuperGroupMigration) -> bool
[src]
fn eq(&self, other: &GroupToSuperGroupMigration) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &GroupToSuperGroupMigration) -> bool
[src]
fn ne(&self, other: &GroupToSuperGroupMigration) -> bool
This method tests for !=
.
impl Clone for GroupToSuperGroupMigration
[src]
impl Clone for GroupToSuperGroupMigration
fn clone(&self) -> GroupToSuperGroupMigration
[src]
fn clone(&self) -> GroupToSuperGroupMigration
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for GroupToSuperGroupMigration
[src]
impl Copy for GroupToSuperGroupMigration
Auto Trait Implementations
impl Send for GroupToSuperGroupMigration
impl Send for GroupToSuperGroupMigration
impl Sync for GroupToSuperGroupMigration
impl Sync for GroupToSuperGroupMigration