Struct telegram_bot::types::GroupToSuperGroupMigration [−][src]
Fields
from: Integer
to: Integer
Trait Implementations
impl Debug for GroupToSuperGroupMigration[src]
impl Debug for GroupToSuperGroupMigrationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for GroupToSuperGroupMigration[src]
impl PartialEq for GroupToSuperGroupMigrationfn eq(&self, other: &GroupToSuperGroupMigration) -> bool[src]
fn eq(&self, other: &GroupToSuperGroupMigration) -> boolThis 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) -> boolThis method tests for !=.
impl Clone for GroupToSuperGroupMigration[src]
impl Clone for GroupToSuperGroupMigrationfn clone(&self) -> GroupToSuperGroupMigration[src]
fn clone(&self) -> GroupToSuperGroupMigrationReturns 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 GroupToSuperGroupMigrationAuto Trait Implementations
impl Send for GroupToSuperGroupMigration
impl Send for GroupToSuperGroupMigrationimpl Sync for GroupToSuperGroupMigration
impl Sync for GroupToSuperGroupMigration