Struct rust_tdlib::types::CheckDatabaseEncryptionKey
source · [−]pub struct CheckDatabaseEncryptionKey { /* private fields */ }Expand description
Checks the database encryption key for correctness. Works only when the current authorization state is authorizationStateWaitEncryptionKey
Implementations
Trait Implementations
sourceimpl AsRef<CheckDatabaseEncryptionKey> for CheckDatabaseEncryptionKey
impl AsRef<CheckDatabaseEncryptionKey> for CheckDatabaseEncryptionKey
sourcefn as_ref(&self) -> &CheckDatabaseEncryptionKey
fn as_ref(&self) -> &CheckDatabaseEncryptionKey
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for CheckDatabaseEncryptionKey
impl Clone for CheckDatabaseEncryptionKey
sourcefn clone(&self) -> CheckDatabaseEncryptionKey
fn clone(&self) -> CheckDatabaseEncryptionKey
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 CheckDatabaseEncryptionKey
impl Debug for CheckDatabaseEncryptionKey
sourceimpl Default for CheckDatabaseEncryptionKey
impl Default for CheckDatabaseEncryptionKey
sourcefn default() -> CheckDatabaseEncryptionKey
fn default() -> CheckDatabaseEncryptionKey
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CheckDatabaseEncryptionKey
impl<'de> Deserialize<'de> for CheckDatabaseEncryptionKey
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
Auto Trait Implementations
impl RefUnwindSafe for CheckDatabaseEncryptionKey
impl Send for CheckDatabaseEncryptionKey
impl Sync for CheckDatabaseEncryptionKey
impl Unpin for CheckDatabaseEncryptionKey
impl UnwindSafe for CheckDatabaseEncryptionKey
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