pub struct SelectAccountParams {
pub dialog_id: String,
pub account_index: i64,
}Fields§
§dialog_id: String§account_index: i64Implementations§
Trait Implementations§
Source§impl Clone for SelectAccountParams
impl Clone for SelectAccountParams
Source§fn clone(&self) -> SelectAccountParams
fn clone(&self) -> SelectAccountParams
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 SelectAccountParams
impl Debug for SelectAccountParams
Source§impl<'de> Deserialize<'de> for SelectAccountParams
impl<'de> Deserialize<'de> for SelectAccountParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SelectAccountParams
impl PartialEq for SelectAccountParams
Source§impl Serialize for SelectAccountParams
impl Serialize for SelectAccountParams
impl StructuralPartialEq for SelectAccountParams
Auto Trait Implementations§
impl Freeze for SelectAccountParams
impl RefUnwindSafe for SelectAccountParams
impl Send for SelectAccountParams
impl Sync for SelectAccountParams
impl Unpin for SelectAccountParams
impl UnsafeUnpin for SelectAccountParams
impl UnwindSafe for SelectAccountParams
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