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