pub struct RequestMainWebView {
pub compact: bool,
pub fullscreen: bool,
pub peer: InputPeer,
pub bot: InputUser,
pub start_param: Option<String>,
pub theme_params: Option<DataJson>,
pub platform: String,
}Expand description
Generated from:
messages.requestMainWebView#c9e01e7b flags:# compact:flags.7?true fullscreen:flags.8?true peer:InputPeer bot:InputUser start_param:flags.1?string theme_params:flags.0?DataJSON platform:string = WebViewResultFields§
§compact: bool§fullscreen: bool§peer: InputPeer§bot: InputUser§start_param: Option<String>§theme_params: Option<DataJson>§platform: StringTrait Implementations§
Source§impl Clone for RequestMainWebView
impl Clone for RequestMainWebView
Source§fn clone(&self) -> RequestMainWebView
fn clone(&self) -> RequestMainWebView
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 RequestMainWebView
impl Debug for RequestMainWebView
Source§impl Identifiable for RequestMainWebView
impl Identifiable for RequestMainWebView
Source§const CONSTRUCTOR_ID: u32 = 0xc9e01e7b
const CONSTRUCTOR_ID: u32 = 0xc9e01e7b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RequestMainWebView
impl PartialEq for RequestMainWebView
Source§impl RemoteCall for RequestMainWebView
impl RemoteCall for RequestMainWebView
Source§type Return = WebViewResult
type Return = WebViewResult
The deserialized response type.
Source§impl Serializable for RequestMainWebView
impl Serializable for RequestMainWebView
impl StructuralPartialEq for RequestMainWebView
Auto Trait Implementations§
impl Freeze for RequestMainWebView
impl RefUnwindSafe for RequestMainWebView
impl Send for RequestMainWebView
impl Sync for RequestMainWebView
impl Unpin for RequestMainWebView
impl UnsafeUnpin for RequestMainWebView
impl UnwindSafe for RequestMainWebView
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