pub struct ReplyInlineMarkup {
pub rows: Vec<KeyboardButtonRow>,
}Expand description
Generated from:
replyInlineMarkup#48a30254 rows:Vector<KeyboardButtonRow> = ReplyMarkupFields§
§rows: Vec<KeyboardButtonRow>Trait Implementations§
Source§impl Clone for ReplyInlineMarkup
impl Clone for ReplyInlineMarkup
Source§fn clone(&self) -> ReplyInlineMarkup
fn clone(&self) -> ReplyInlineMarkup
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 ReplyInlineMarkup
impl Debug for ReplyInlineMarkup
Source§impl Deserializable for ReplyInlineMarkup
impl Deserializable for ReplyInlineMarkup
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<ReplyInlineMarkup> for ReplyMarkup
impl From<ReplyInlineMarkup> for ReplyMarkup
Source§fn from(x: ReplyInlineMarkup) -> Self
fn from(x: ReplyInlineMarkup) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ReplyInlineMarkup
impl Identifiable for ReplyInlineMarkup
Source§const CONSTRUCTOR_ID: u32 = 0x48a30254
const CONSTRUCTOR_ID: u32 = 0x48a30254
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReplyInlineMarkup
impl PartialEq for ReplyInlineMarkup
Source§impl Serializable for ReplyInlineMarkup
impl Serializable for ReplyInlineMarkup
Source§impl TryFrom<ReplyMarkup> for ReplyInlineMarkup
impl TryFrom<ReplyMarkup> for ReplyInlineMarkup
Source§type Error = ReplyMarkup
type Error = ReplyMarkup
The type returned in the event of a conversion error.
impl StructuralPartialEq for ReplyInlineMarkup
Auto Trait Implementations§
impl Freeze for ReplyInlineMarkup
impl RefUnwindSafe for ReplyInlineMarkup
impl Send for ReplyInlineMarkup
impl Sync for ReplyInlineMarkup
impl Unpin for ReplyInlineMarkup
impl UnsafeUnpin for ReplyInlineMarkup
impl UnwindSafe for ReplyInlineMarkup
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