pub struct InvokeWebViewCustomMethod {
pub bot: InputUser,
pub custom_method: String,
pub params: DataJson,
}Expand description
bots.invokeWebViewCustomMethod
Generated from:
bots.invokeWebViewCustomMethod#87fc5e7 bot:InputUser custom_method:string params:DataJSON = DataJSONFields§
§bot: InputUser§custom_method: String§params: DataJsonTrait Implementations§
Source§impl Clone for InvokeWebViewCustomMethod
impl Clone for InvokeWebViewCustomMethod
Source§fn clone(&self) -> InvokeWebViewCustomMethod
fn clone(&self) -> InvokeWebViewCustomMethod
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 InvokeWebViewCustomMethod
impl Debug for InvokeWebViewCustomMethod
Source§impl Identifiable for InvokeWebViewCustomMethod
impl Identifiable for InvokeWebViewCustomMethod
Source§const CONSTRUCTOR_ID: u32 = 0x087fc5e7
const CONSTRUCTOR_ID: u32 = 0x087fc5e7
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for InvokeWebViewCustomMethod
Auto Trait Implementations§
impl Freeze for InvokeWebViewCustomMethod
impl RefUnwindSafe for InvokeWebViewCustomMethod
impl Send for InvokeWebViewCustomMethod
impl Sync for InvokeWebViewCustomMethod
impl Unpin for InvokeWebViewCustomMethod
impl UnsafeUnpin for InvokeWebViewCustomMethod
impl UnwindSafe for InvokeWebViewCustomMethod
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