Enum tdlib::enums::TestVectorString
source · pub enum TestVectorString {
TestVectorString(TestVectorString),
}
Variants§
TestVectorString(TestVectorString)
A simple object containing a vector of strings; for testing only
Trait Implementations§
source§impl Clone for TestVectorString
impl Clone for TestVectorString
source§fn clone(&self) -> TestVectorString
fn clone(&self) -> TestVectorString
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 TestVectorString
impl Debug for TestVectorString
source§impl<'de> Deserialize<'de> for TestVectorString
impl<'de> Deserialize<'de> for TestVectorString
source§fn 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