pub struct GetPinnedDialogs {
pub folder_id: i32,
}Expand description
Generated from:
messages.getPinnedDialogs#d6b94df2 folder_id:int = messages.PeerDialogsFields§
§folder_id: i32Trait Implementations§
Source§impl Clone for GetPinnedDialogs
impl Clone for GetPinnedDialogs
Source§fn clone(&self) -> GetPinnedDialogs
fn clone(&self) -> GetPinnedDialogs
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 GetPinnedDialogs
impl Debug for GetPinnedDialogs
Source§impl Identifiable for GetPinnedDialogs
impl Identifiable for GetPinnedDialogs
Source§const CONSTRUCTOR_ID: u32 = 0xd6b94df2
const CONSTRUCTOR_ID: u32 = 0xd6b94df2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPinnedDialogs
impl PartialEq for GetPinnedDialogs
Source§impl RemoteCall for GetPinnedDialogs
impl RemoteCall for GetPinnedDialogs
Source§type Return = PeerDialogs
type Return = PeerDialogs
The deserialized response type.
Source§impl Serializable for GetPinnedDialogs
impl Serializable for GetPinnedDialogs
impl StructuralPartialEq for GetPinnedDialogs
Auto Trait Implementations§
impl Freeze for GetPinnedDialogs
impl RefUnwindSafe for GetPinnedDialogs
impl Send for GetPinnedDialogs
impl Sync for GetPinnedDialogs
impl Unpin for GetPinnedDialogs
impl UnsafeUnpin for GetPinnedDialogs
impl UnwindSafe for GetPinnedDialogs
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