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