pub struct ChatFolderInviteLinks {
pub invite_links: Vec<ChatFolderInviteLink>,
}
Expand description
Represents a list of chat folder invite links
Fields§
§invite_links: Vec<ChatFolderInviteLink>
List of the invite links
Trait Implementations§
Source§impl Clone for ChatFolderInviteLinks
impl Clone for ChatFolderInviteLinks
Source§fn clone(&self) -> ChatFolderInviteLinks
fn clone(&self) -> ChatFolderInviteLinks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChatFolderInviteLinks
impl Debug for ChatFolderInviteLinks
Source§impl Default for ChatFolderInviteLinks
impl Default for ChatFolderInviteLinks
Source§fn default() -> ChatFolderInviteLinks
fn default() -> ChatFolderInviteLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatFolderInviteLinks
impl<'de> Deserialize<'de> for ChatFolderInviteLinks
Source§fn 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
Source§impl PartialEq for ChatFolderInviteLinks
impl PartialEq for ChatFolderInviteLinks
Source§impl Serialize for ChatFolderInviteLinks
impl Serialize for ChatFolderInviteLinks
impl StructuralPartialEq for ChatFolderInviteLinks
Auto Trait Implementations§
impl Freeze for ChatFolderInviteLinks
impl RefUnwindSafe for ChatFolderInviteLinks
impl Send for ChatFolderInviteLinks
impl Sync for ChatFolderInviteLinks
impl Unpin for ChatFolderInviteLinks
impl UnwindSafe for ChatFolderInviteLinks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more