pub struct JoinChatBotResultWebView {
pub url: String,
}Expand description
Generated from:
joinChatBotResultWebView#d6e3b813 url:string = JoinChatBotResultFields§
§url: StringTrait Implementations§
Source§impl Clone for JoinChatBotResultWebView
impl Clone for JoinChatBotResultWebView
Source§fn clone(&self) -> JoinChatBotResultWebView
fn clone(&self) -> JoinChatBotResultWebView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JoinChatBotResultWebView
impl Debug for JoinChatBotResultWebView
Source§impl Deserializable for JoinChatBotResultWebView
impl Deserializable for JoinChatBotResultWebView
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<JoinChatBotResultWebView> for JoinChatBotResult
impl From<JoinChatBotResultWebView> for JoinChatBotResult
Source§fn from(x: JoinChatBotResultWebView) -> Self
fn from(x: JoinChatBotResultWebView) -> Self
Converts to this type from the input type.
Source§impl Identifiable for JoinChatBotResultWebView
impl Identifiable for JoinChatBotResultWebView
Source§const CONSTRUCTOR_ID: u32 = 0xd6e3b813
const CONSTRUCTOR_ID: u32 = 0xd6e3b813
The constructor ID as specified in the TL schema.
Source§impl PartialEq for JoinChatBotResultWebView
impl PartialEq for JoinChatBotResultWebView
Source§fn eq(&self, other: &JoinChatBotResultWebView) -> bool
fn eq(&self, other: &JoinChatBotResultWebView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JoinChatBotResultWebView
Source§impl TryFrom<JoinChatBotResult> for JoinChatBotResultWebView
impl TryFrom<JoinChatBotResult> for JoinChatBotResultWebView
Source§type Error = JoinChatBotResult
type Error = JoinChatBotResult
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for JoinChatBotResultWebView
impl RefUnwindSafe for JoinChatBotResultWebView
impl Send for JoinChatBotResultWebView
impl Sync for JoinChatBotResultWebView
impl Unpin for JoinChatBotResultWebView
impl UnsafeUnpin for JoinChatBotResultWebView
impl UnwindSafe for JoinChatBotResultWebView
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