pub struct GetAdminedBots {}Expand description
Trait Implementations§
Source§impl Clone for GetAdminedBots
impl Clone for GetAdminedBots
Source§fn clone(&self) -> GetAdminedBots
fn clone(&self) -> GetAdminedBots
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 GetAdminedBots
impl Debug for GetAdminedBots
Source§impl Identifiable for GetAdminedBots
impl Identifiable for GetAdminedBots
Source§const CONSTRUCTOR_ID: u32 = 0xb0711d83
const CONSTRUCTOR_ID: u32 = 0xb0711d83
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAdminedBots
impl PartialEq for GetAdminedBots
Source§impl RemoteCall for GetAdminedBots
impl RemoteCall for GetAdminedBots
Source§impl Serializable for GetAdminedBots
impl Serializable for GetAdminedBots
impl StructuralPartialEq for GetAdminedBots
Auto Trait Implementations§
impl Freeze for GetAdminedBots
impl RefUnwindSafe for GetAdminedBots
impl Send for GetAdminedBots
impl Sync for GetAdminedBots
impl Unpin for GetAdminedBots
impl UnsafeUnpin for GetAdminedBots
impl UnwindSafe for GetAdminedBots
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