Struct telegram_bot_ars::types::InputFile
source · pub struct InputFile(_);Trait Implementations§
source§impl<'a> From<&'a InputFileRef> for InputFile
impl<'a> From<&'a InputFileRef> for InputFile
source§fn from(value: &'a InputFileRef) -> InputFile
fn from(value: &'a InputFileRef) -> InputFile
Converts to this type from the input type.
source§impl<'a> From<&'a InputFileUpload> for InputFile
impl<'a> From<&'a InputFileUpload> for InputFile
source§fn from(value: &'a InputFileUpload) -> InputFile
fn from(value: &'a InputFileUpload) -> InputFile
Converts to this type from the input type.
source§impl<'a> From<&'a mut InputFileRef> for InputFile
impl<'a> From<&'a mut InputFileRef> for InputFile
source§fn from(value: &'a mut InputFileRef) -> InputFile
fn from(value: &'a mut InputFileRef) -> InputFile
Converts to this type from the input type.
source§impl<'a> From<&'a mut InputFileUpload> for InputFile
impl<'a> From<&'a mut InputFileUpload> for InputFile
source§fn from(value: &'a mut InputFileUpload) -> InputFile
fn from(value: &'a mut InputFileUpload) -> InputFile
Converts to this type from the input type.
source§impl From<InputFileRef> for InputFile
impl From<InputFileRef> for InputFile
source§fn from(value: InputFileRef) -> InputFile
fn from(value: InputFileRef) -> InputFile
Converts to this type from the input type.
source§impl From<InputFileUpload> for InputFile
impl From<InputFileUpload> for InputFile
source§fn from(value: InputFileUpload) -> InputFile
fn from(value: InputFileUpload) -> InputFile
Converts to this type from the input type.
source§impl PartialOrd<InputFile> for InputFile
impl PartialOrd<InputFile> for InputFile
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more