pub struct InvokeWebViewCustomMethod {
pub bot: InputUser,
pub custom_method: String,
pub params: DataJson,
}Fields§
§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 copy 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 = 142_591_463u32
const CONSTRUCTOR_ID: u32 = 142_591_463u32
The unique identifier for the type.
source§impl PartialEq for InvokeWebViewCustomMethod
impl PartialEq for InvokeWebViewCustomMethod
source§fn eq(&self, other: &InvokeWebViewCustomMethod) -> bool
fn eq(&self, other: &InvokeWebViewCustomMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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 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