Struct rust_tdlib::types::TestCallString
source · [−]pub struct TestCallString { /* private fields */ }
Expand description
Returns the received string; for testing only. This is an offline method. Can be called before authorization
Implementations
Trait Implementations
sourceimpl AsRef<TestCallString> for TestCallString
impl AsRef<TestCallString> for TestCallString
sourcefn as_ref(&self) -> &TestCallString
fn as_ref(&self) -> &TestCallString
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for TestCallString
impl Clone for TestCallString
sourcefn clone(&self) -> TestCallString
fn clone(&self) -> TestCallString
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 TestCallString
impl Debug for TestCallString
sourceimpl Default for TestCallString
impl Default for TestCallString
sourcefn default() -> TestCallString
fn default() -> TestCallString
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TestCallString
impl<'de> Deserialize<'de> for TestCallString
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 TestCallString
impl Serialize for TestCallString
Auto Trait Implementations
impl RefUnwindSafe for TestCallString
impl Send for TestCallString
impl Sync for TestCallString
impl Unpin for TestCallString
impl UnwindSafe for TestCallString
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