pub struct UpdateFolderPeers {
pub folder_peers: Vec<FolderPeer>,
pub pts: i32,
pub pts_count: i32,
}Expand description
Generated from:
updateFolderPeers#19360dc0 folder_peers:Vector<FolderPeer> pts:int pts_count:int = UpdateFields§
§folder_peers: Vec<FolderPeer>§pts: i32§pts_count: i32Trait Implementations§
Source§impl Clone for UpdateFolderPeers
impl Clone for UpdateFolderPeers
Source§fn clone(&self) -> UpdateFolderPeers
fn clone(&self) -> UpdateFolderPeers
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 UpdateFolderPeers
impl Debug for UpdateFolderPeers
Source§impl Deserializable for UpdateFolderPeers
impl Deserializable for UpdateFolderPeers
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 From<UpdateFolderPeers> for Update
impl From<UpdateFolderPeers> for Update
Source§fn from(x: UpdateFolderPeers) -> Self
fn from(x: UpdateFolderPeers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateFolderPeers
impl Identifiable for UpdateFolderPeers
Source§const CONSTRUCTOR_ID: u32 = 0x19360dc0
const CONSTRUCTOR_ID: u32 = 0x19360dc0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateFolderPeers
impl PartialEq for UpdateFolderPeers
Source§impl Serializable for UpdateFolderPeers
impl Serializable for UpdateFolderPeers
Source§impl TryFrom<Update> for UpdateFolderPeers
impl TryFrom<Update> for UpdateFolderPeers
impl StructuralPartialEq for UpdateFolderPeers
Auto Trait Implementations§
impl Freeze for UpdateFolderPeers
impl RefUnwindSafe for UpdateFolderPeers
impl Send for UpdateFolderPeers
impl Sync for UpdateFolderPeers
impl Unpin for UpdateFolderPeers
impl UnsafeUnpin for UpdateFolderPeers
impl UnwindSafe for UpdateFolderPeers
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