Struct safe_vk::ClientInfo
source · pub struct ClientInfo {
pub button_actions: Vec<String>,
pub carousel: bool,
pub inline_keyboard: bool,
pub keyboard: bool,
pub lang_id: usize,
}Fields§
§carousel: bool§inline_keyboard: bool§keyboard: bool§lang_id: usizeTrait Implementations§
source§impl Debug for ClientInfo
impl Debug for ClientInfo
source§impl<'de> Deserialize<'de> for ClientInfo
impl<'de> Deserialize<'de> for ClientInfo
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 ClientInfo
impl PartialEq for ClientInfo
source§fn eq(&self, other: &ClientInfo) -> bool
fn eq(&self, other: &ClientInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ClientInfo
Auto Trait Implementations§
impl RefUnwindSafe for ClientInfo
impl Send for ClientInfo
impl Sync for ClientInfo
impl Unpin for ClientInfo
impl UnwindSafe for ClientInfo
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