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