Struct telegram_bot_ars::types::InputFileRef
source · pub struct InputFileRef(_);Implementations§
source§impl InputFileRef
impl InputFileRef
pub fn new(r: impl Into<Text>) -> InputFileRef
Trait Implementations§
source§impl Clone for InputFileRef
impl Clone for InputFileRef
source§fn clone(&self) -> InputFileRef
fn clone(&self) -> InputFileRef
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 InputFileRef
impl Debug for InputFileRef
source§impl<'a> From<&'a FileRef> for InputFileRef
impl<'a> From<&'a FileRef> for InputFileRef
source§fn from(value: &'a FileRef) -> InputFileRef
fn from(value: &'a FileRef) -> InputFileRef
Converts to this type from the input type.
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 InputFileRef> for InputFileRef
impl<'a> From<&'a InputFileRef> for InputFileRef
source§fn from(value: &'a InputFileRef) -> InputFileRef
fn from(value: &'a InputFileRef) -> InputFileRef
Converts to this type from the input type.
source§impl<'a> From<&'a mut FileRef> for InputFileRef
impl<'a> From<&'a mut FileRef> for InputFileRef
source§fn from(value: &'a mut FileRef) -> InputFileRef
fn from(value: &'a mut FileRef) -> InputFileRef
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 InputFileRef> for InputFileRef
impl<'a> From<&'a mut InputFileRef> for InputFileRef
source§fn from(value: &'a mut InputFileRef) -> InputFileRef
fn from(value: &'a mut InputFileRef) -> InputFileRef
Converts to this type from the input type.
source§impl From<FileRef> for InputFileRef
impl From<FileRef> for InputFileRef
source§fn from(value: FileRef) -> InputFileRef
fn from(value: FileRef) -> InputFileRef
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 PartialEq<InputFileRef> for InputFileRef
impl PartialEq<InputFileRef> for InputFileRef
source§fn eq(&self, other: &InputFileRef) -> bool
fn eq(&self, other: &InputFileRef) -> bool
source§impl PartialOrd<InputFileRef> for InputFileRef
impl PartialOrd<InputFileRef> for InputFileRef
source§fn partial_cmp(&self, other: &InputFileRef) -> Option<Ordering>
fn partial_cmp(&self, other: &InputFileRef) -> Option<Ordering>
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