Struct telegram_api_rs::objects::ForceReply
source · Fields
force_reply: bool
selective: Option<bool>
Implementations
sourceimpl ForceReply
impl ForceReply
pub fn from_json(data: JsonValue) -> ForceReply
pub fn to_json(&self) -> JsonValue
pub fn empty() -> ForceReply
Trait Implementations
sourceimpl Clone for ForceReply
impl Clone for ForceReply
sourceimpl Display for ForceReply
impl Display for ForceReply
sourceimpl From<ForceReply> for JsonValue
impl From<ForceReply> for JsonValue
sourcefn from(u: ForceReply) -> Self
fn from(u: ForceReply) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ForceReply
impl Send for ForceReply
impl Sync for ForceReply
impl Unpin for ForceReply
impl UnwindSafe for ForceReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more