Struct rust_tdlib::types::InputFileLocal  
source · [−]pub struct InputFileLocal { /* private fields */ }Expand description
A file defined by a local path
Implementations
Trait Implementations
sourceimpl AsRef<InputFileLocal> for InputFileLocal
 
impl AsRef<InputFileLocal> for InputFileLocal
sourcefn as_ref(&self) -> &InputFileLocal
 
fn as_ref(&self) -> &InputFileLocal
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for InputFileLocal
 
impl Clone for InputFileLocal
sourcefn clone(&self) -> InputFileLocal
 
fn clone(&self) -> InputFileLocal
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 InputFileLocal
 
impl Debug for InputFileLocal
sourceimpl Default for InputFileLocal
 
impl Default for InputFileLocal
sourcefn default() -> InputFileLocal
 
fn default() -> InputFileLocal
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InputFileLocal
 
impl<'de> Deserialize<'de> for InputFileLocal
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 InputFileLocal
 
impl Serialize for InputFileLocal
impl TDInputFile for InputFileLocal
Auto Trait Implementations
impl RefUnwindSafe for InputFileLocal
impl Send for InputFileLocal
impl Sync for InputFileLocal
impl Unpin for InputFileLocal
impl UnwindSafe for InputFileLocal
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