Struct rust_tdlib::types::ChatInviteLinkCount
source · [−]pub struct ChatInviteLinkCount { /* private fields */ }Expand description
Describes a chat administrator with a number of active and revoked chat invite links
Implementations
Trait Implementations
sourceimpl AsRef<ChatInviteLinkCount> for ChatInviteLinkCount
impl AsRef<ChatInviteLinkCount> for ChatInviteLinkCount
sourcefn as_ref(&self) -> &ChatInviteLinkCount
fn as_ref(&self) -> &ChatInviteLinkCount
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChatInviteLinkCount
impl Clone for ChatInviteLinkCount
sourcefn clone(&self) -> ChatInviteLinkCount
fn clone(&self) -> ChatInviteLinkCount
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 ChatInviteLinkCount
impl Debug for ChatInviteLinkCount
sourceimpl Default for ChatInviteLinkCount
impl Default for ChatInviteLinkCount
sourcefn default() -> ChatInviteLinkCount
fn default() -> ChatInviteLinkCount
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ChatInviteLinkCount
impl<'de> Deserialize<'de> for ChatInviteLinkCount
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 ChatInviteLinkCount
impl Serialize for ChatInviteLinkCount
Auto Trait Implementations
impl RefUnwindSafe for ChatInviteLinkCount
impl Send for ChatInviteLinkCount
impl Sync for ChatInviteLinkCount
impl Unpin for ChatInviteLinkCount
impl UnwindSafe for ChatInviteLinkCount
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