pub enum InlineBotWebView {
InlineBotWebView(InlineBotWebView),
}Expand description
Variants§
InlineBotWebView(InlineBotWebView)
Trait 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 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