Struct rust_tdlib::types::UpdateHavePendingNotifications
source · [−]pub struct UpdateHavePendingNotifications { /* private fields */ }
Expand description
Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications
Implementations
Trait Implementations
sourceimpl AsRef<UpdateHavePendingNotifications> for UpdateHavePendingNotifications
impl AsRef<UpdateHavePendingNotifications> for UpdateHavePendingNotifications
sourcefn as_ref(&self) -> &UpdateHavePendingNotifications
fn as_ref(&self) -> &UpdateHavePendingNotifications
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateHavePendingNotifications
impl Clone for UpdateHavePendingNotifications
sourcefn clone(&self) -> UpdateHavePendingNotifications
fn clone(&self) -> UpdateHavePendingNotifications
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 Default for UpdateHavePendingNotifications
impl Default for UpdateHavePendingNotifications
sourcefn default() -> UpdateHavePendingNotifications
fn default() -> UpdateHavePendingNotifications
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateHavePendingNotifications
impl<'de> Deserialize<'de> for UpdateHavePendingNotifications
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
impl TDUpdate for UpdateHavePendingNotifications
Auto Trait Implementations
impl RefUnwindSafe for UpdateHavePendingNotifications
impl Send for UpdateHavePendingNotifications
impl Sync for UpdateHavePendingNotifications
impl Unpin for UpdateHavePendingNotifications
impl UnwindSafe for UpdateHavePendingNotifications
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