pub struct InlineBotWebView {
pub text: String,
pub url: String,
}Expand description
Generated from:
inlineBotWebView#b57295d5 text:string url:string = InlineBotWebViewFields§
§text: String§url: StringTrait Implementations§
Source§impl Clone for InlineBotWebView
impl Clone for InlineBotWebView
Source§fn clone(&self) -> InlineBotWebView
fn clone(&self) -> InlineBotWebView
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 InlineBotWebView
impl Debug for InlineBotWebView
Source§impl Deserializable for InlineBotWebView
impl Deserializable for InlineBotWebView
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<InlineBotWebView> for InlineBotWebView
impl From<InlineBotWebView> for InlineBotWebView
Source§fn from(x: InlineBotWebView) -> Self
fn from(x: InlineBotWebView) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InlineBotWebView
impl Identifiable for InlineBotWebView
Source§const CONSTRUCTOR_ID: u32 = 0xb57295d5
const CONSTRUCTOR_ID: u32 = 0xb57295d5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InlineBotWebView
impl PartialEq for InlineBotWebView
Source§impl Serializable for InlineBotWebView
impl Serializable for InlineBotWebView
Source§impl TryFrom<InlineBotWebView> for InlineBotWebView
impl TryFrom<InlineBotWebView> for InlineBotWebView
Source§type Error = InlineBotWebView
type Error = InlineBotWebView
The type returned in the event of a conversion error.
impl StructuralPartialEq for InlineBotWebView
Auto Trait Implementations§
impl Freeze for InlineBotWebView
impl RefUnwindSafe for InlineBotWebView
impl Send for InlineBotWebView
impl Sync for InlineBotWebView
impl Unpin for InlineBotWebView
impl UnsafeUnpin for InlineBotWebView
impl UnwindSafe for InlineBotWebView
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