pub struct BotWriteAccessAllowReasonConnectedWebsite {
pub domain_name: String,
}
Expand description
The user connected a website by logging in using Telegram Login Widget on it
Fields§
§domain_name: String
Domain name of the connected website
Trait Implementations§
Source§impl Clone for BotWriteAccessAllowReasonConnectedWebsite
impl Clone for BotWriteAccessAllowReasonConnectedWebsite
Source§fn clone(&self) -> BotWriteAccessAllowReasonConnectedWebsite
fn clone(&self) -> BotWriteAccessAllowReasonConnectedWebsite
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 Default for BotWriteAccessAllowReasonConnectedWebsite
impl Default for BotWriteAccessAllowReasonConnectedWebsite
Source§fn default() -> BotWriteAccessAllowReasonConnectedWebsite
fn default() -> BotWriteAccessAllowReasonConnectedWebsite
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BotWriteAccessAllowReasonConnectedWebsite
impl<'de> Deserialize<'de> for BotWriteAccessAllowReasonConnectedWebsite
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 BotWriteAccessAllowReasonConnectedWebsite
impl PartialEq for BotWriteAccessAllowReasonConnectedWebsite
Source§fn eq(&self, other: &BotWriteAccessAllowReasonConnectedWebsite) -> bool
fn eq(&self, other: &BotWriteAccessAllowReasonConnectedWebsite) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BotWriteAccessAllowReasonConnectedWebsite
Auto Trait Implementations§
impl Freeze for BotWriteAccessAllowReasonConnectedWebsite
impl RefUnwindSafe for BotWriteAccessAllowReasonConnectedWebsite
impl Send for BotWriteAccessAllowReasonConnectedWebsite
impl Sync for BotWriteAccessAllowReasonConnectedWebsite
impl Unpin for BotWriteAccessAllowReasonConnectedWebsite
impl UnwindSafe for BotWriteAccessAllowReasonConnectedWebsite
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