Struct tbot::types::keyboard::ForceReply
source · pub struct ForceReply { /* private fields */ }
Expand description
Represents a ForceReply
.
Implementations§
source§impl ForceReply
impl ForceReply
sourcepub const fn is_selective(self, is_selective: bool) -> Self
pub const fn is_selective(self, is_selective: bool) -> Self
Configure selective
.
Trait Implementations§
source§impl Clone for ForceReply
impl Clone for ForceReply
source§fn clone(&self) -> ForceReply
fn clone(&self) -> ForceReply
Returns a copy 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 ForceReply
impl Debug for ForceReply
source§impl Default for ForceReply
impl Default for ForceReply
source§fn default() -> ForceReply
fn default() -> ForceReply
Returns the “default value” for a type. Read more
source§impl From<ForceReply> for Any
impl From<ForceReply> for Any
source§fn from(keyboard: ForceReply) -> Self
fn from(keyboard: ForceReply) -> Self
Converts to this type from the input type.
source§impl Hash for ForceReply
impl Hash for ForceReply
source§impl PartialEq<ForceReply> for ForceReply
impl PartialEq<ForceReply> for ForceReply
source§fn eq(&self, other: &ForceReply) -> bool
fn eq(&self, other: &ForceReply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.