Struct rust_tdlib::types::InputFileId
source · [−]pub struct InputFileId { /* private fields */ }
Expand description
A file defined by its unique ID
Implementations
Trait Implementations
sourceimpl AsRef<InputFileId> for InputFileId
impl AsRef<InputFileId> for InputFileId
sourcefn as_ref(&self) -> &InputFileId
fn as_ref(&self) -> &InputFileId
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for InputFileId
impl Clone for InputFileId
sourcefn clone(&self) -> InputFileId
fn clone(&self) -> InputFileId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for InputFileId
impl Debug for InputFileId
sourceimpl Default for InputFileId
impl Default for InputFileId
sourcefn default() -> InputFileId
fn default() -> InputFileId
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InputFileId
impl<'de> Deserialize<'de> for InputFileId
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for InputFileId
impl Serialize for InputFileId
impl TDInputFile for InputFileId
Auto Trait Implementations
impl RefUnwindSafe for InputFileId
impl Send for InputFileId
impl Sync for InputFileId
impl Unpin for InputFileId
impl UnwindSafe for InputFileId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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