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