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