pub struct GetJoinedCommunities {}Expand description
communities.getJoinedCommunities
Generated from:
communities.getJoinedCommunities#a663e830 = messages.ChatsTrait Implementations§
Source§impl Clone for GetJoinedCommunities
impl Clone for GetJoinedCommunities
Source§fn clone(&self) -> GetJoinedCommunities
fn clone(&self) -> GetJoinedCommunities
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetJoinedCommunities
impl Debug for GetJoinedCommunities
Source§impl Deserializable for GetJoinedCommunities
impl Deserializable for GetJoinedCommunities
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for GetJoinedCommunities
impl Identifiable for GetJoinedCommunities
Source§const CONSTRUCTOR_ID: u32 = 0xa663e830
const CONSTRUCTOR_ID: u32 = 0xa663e830
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetJoinedCommunities
impl PartialEq for GetJoinedCommunities
Source§impl RemoteCall for GetJoinedCommunities
impl RemoteCall for GetJoinedCommunities
Source§impl Serializable for GetJoinedCommunities
impl Serializable for GetJoinedCommunities
impl StructuralPartialEq for GetJoinedCommunities
Auto Trait Implementations§
impl Freeze for GetJoinedCommunities
impl RefUnwindSafe for GetJoinedCommunities
impl Send for GetJoinedCommunities
impl Sync for GetJoinedCommunities
impl Unpin for GetJoinedCommunities
impl UnsafeUnpin for GetJoinedCommunities
impl UnwindSafe for GetJoinedCommunities
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