pub struct GetConnectedStarRefBot {
pub peer: InputPeer,
pub bot: InputUser,
}Expand description
payments.getConnectedStarRefBot
Generated from:
payments.getConnectedStarRefBot#b7d998f0 peer:InputPeer bot:InputUser = payments.ConnectedStarRefBotsFields§
§peer: InputPeer§bot: InputUserTrait Implementations§
Source§impl Clone for GetConnectedStarRefBot
impl Clone for GetConnectedStarRefBot
Source§fn clone(&self) -> GetConnectedStarRefBot
fn clone(&self) -> GetConnectedStarRefBot
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 GetConnectedStarRefBot
impl Debug for GetConnectedStarRefBot
Source§impl Identifiable for GetConnectedStarRefBot
impl Identifiable for GetConnectedStarRefBot
Source§const CONSTRUCTOR_ID: u32 = 0xb7d998f0
const CONSTRUCTOR_ID: u32 = 0xb7d998f0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetConnectedStarRefBot
impl PartialEq for GetConnectedStarRefBot
Source§impl RemoteCall for GetConnectedStarRefBot
impl RemoteCall for GetConnectedStarRefBot
Source§type Return = ConnectedStarRefBots
type Return = ConnectedStarRefBots
The deserialized response type.
impl StructuralPartialEq for GetConnectedStarRefBot
Auto Trait Implementations§
impl Freeze for GetConnectedStarRefBot
impl RefUnwindSafe for GetConnectedStarRefBot
impl Send for GetConnectedStarRefBot
impl Sync for GetConnectedStarRefBot
impl Unpin for GetConnectedStarRefBot
impl UnsafeUnpin for GetConnectedStarRefBot
impl UnwindSafe for GetConnectedStarRefBot
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