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