Struct rust_tdlib::types::PushReceiverId
source · [−]pub struct PushReceiverId { /* private fields */ }
Expand description
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification
Implementations
Trait Implementations
sourceimpl AsRef<PushReceiverId> for PushReceiverId
impl AsRef<PushReceiverId> for PushReceiverId
sourcefn as_ref(&self) -> &PushReceiverId
fn as_ref(&self) -> &PushReceiverId
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for PushReceiverId
impl Clone for PushReceiverId
sourcefn clone(&self) -> PushReceiverId
fn clone(&self) -> PushReceiverId
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 PushReceiverId
impl Debug for PushReceiverId
sourceimpl Default for PushReceiverId
impl Default for PushReceiverId
sourcefn default() -> PushReceiverId
fn default() -> PushReceiverId
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PushReceiverId
impl<'de> Deserialize<'de> for PushReceiverId
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 PushReceiverId
impl Serialize for PushReceiverId
Auto Trait Implementations
impl RefUnwindSafe for PushReceiverId
impl Send for PushReceiverId
impl Sync for PushReceiverId
impl Unpin for PushReceiverId
impl UnwindSafe for PushReceiverId
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