pub struct ApiCreateMyAddress {
    pub user_id: i64,
}Expand description
§Address commands
Bots can use these commands to automatically check and create address when initialized
Create bot address.
Network usage: interactive.
Syntax:
/_address <userId>Fields§
§user_id: i64Trait Implementations§
Source§impl Clone for ApiCreateMyAddress
 
impl Clone for ApiCreateMyAddress
Source§fn clone(&self) -> ApiCreateMyAddress
 
fn clone(&self) -> ApiCreateMyAddress
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 CommandSyntax for ApiCreateMyAddress
 
impl CommandSyntax for ApiCreateMyAddress
Source§impl Debug for ApiCreateMyAddress
 
impl Debug for ApiCreateMyAddress
Source§impl PartialEq for ApiCreateMyAddress
 
impl PartialEq for ApiCreateMyAddress
impl StructuralPartialEq for ApiCreateMyAddress
Auto Trait Implementations§
impl Freeze for ApiCreateMyAddress
impl RefUnwindSafe for ApiCreateMyAddress
impl Send for ApiCreateMyAddress
impl Sync for ApiCreateMyAddress
impl Unpin for ApiCreateMyAddress
impl UnwindSafe for ApiCreateMyAddress
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