[][src]Struct telegram_bot::types::FileRef

pub struct FileRef { /* fields omitted */ }

Unique file identifier reference.

Trait Implementations

impl Clone for FileRef[src]

impl Debug for FileRef[src]

impl Eq for FileRef[src]

impl<'a> From<&'a FileRef> for InputFile[src]

impl<'a> From<&'a FileRef> for InputFileRef[src]

impl<'a> From<&'a mut FileRef> for InputFile[src]

impl<'a> From<&'a mut FileRef> for InputFileRef[src]

impl<'a> From<&'a str> for FileRef[src]

impl From<FileRef> for InputFile[src]

impl From<FileRef> for InputFileRef[src]

impl<'a> From<String> for FileRef[src]

impl Hash for FileRef[src]

impl Ord for FileRef[src]

impl PartialEq<FileRef> for FileRef[src]

impl PartialOrd<FileRef> for FileRef[src]

impl Serialize for FileRef[src]

impl StructuralEq for FileRef[src]

impl StructuralPartialEq for FileRef[src]

Auto Trait Implementations

impl RefUnwindSafe for FileRef[src]

impl Send for FileRef[src]

impl Sync for FileRef[src]

impl Unpin for FileRef[src]

impl UnwindSafe for FileRef[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]