Struct rust_tdlib::types::RemoveNotification
source · [−]pub struct RemoveNotification { /* private fields */ }
Expand description
Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user
Implementations
Trait Implementations
sourceimpl AsRef<RemoveNotification> for RemoveNotification
impl AsRef<RemoveNotification> for RemoveNotification
sourcefn as_ref(&self) -> &RemoveNotification
fn as_ref(&self) -> &RemoveNotification
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for RemoveNotification
impl Clone for RemoveNotification
sourcefn clone(&self) -> RemoveNotification
fn clone(&self) -> RemoveNotification
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 RemoveNotification
impl Debug for RemoveNotification
sourceimpl Default for RemoveNotification
impl Default for RemoveNotification
sourcefn default() -> RemoveNotification
fn default() -> RemoveNotification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RemoveNotification
impl<'de> Deserialize<'de> for RemoveNotification
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 RemoveNotification
impl Serialize for RemoveNotification
Auto Trait Implementations
impl RefUnwindSafe for RemoveNotification
impl Send for RemoveNotification
impl Sync for RemoveNotification
impl Unpin for RemoveNotification
impl UnwindSafe for RemoveNotification
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