pub struct RequestUrlAuth {
pub peer: Option<InputPeer>,
pub msg_id: Option<i32>,
pub button_id: Option<i32>,
pub url: Option<String>,
}Expand description
Generated from:
messages.requestUrlAuth#198fb446 flags:# peer:flags.1?InputPeer msg_id:flags.1?int button_id:flags.1?int url:flags.2?string = UrlAuthResultFields§
§peer: Option<InputPeer>§msg_id: Option<i32>§url: Option<String>Trait Implementations§
Source§impl Clone for RequestUrlAuth
impl Clone for RequestUrlAuth
Source§fn clone(&self) -> RequestUrlAuth
fn clone(&self) -> RequestUrlAuth
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 RequestUrlAuth
impl Debug for RequestUrlAuth
Source§impl Identifiable for RequestUrlAuth
impl Identifiable for RequestUrlAuth
Source§const CONSTRUCTOR_ID: u32 = 0x198fb446
const CONSTRUCTOR_ID: u32 = 0x198fb446
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RequestUrlAuth
impl PartialEq for RequestUrlAuth
Source§impl RemoteCall for RequestUrlAuth
impl RemoteCall for RequestUrlAuth
Source§type Return = UrlAuthResult
type Return = UrlAuthResult
The deserialized response type.
Source§impl Serializable for RequestUrlAuth
impl Serializable for RequestUrlAuth
impl StructuralPartialEq for RequestUrlAuth
Auto Trait Implementations§
impl Freeze for RequestUrlAuth
impl RefUnwindSafe for RequestUrlAuth
impl Send for RequestUrlAuth
impl Sync for RequestUrlAuth
impl Unpin for RequestUrlAuth
impl UnsafeUnpin for RequestUrlAuth
impl UnwindSafe for RequestUrlAuth
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