pub struct GetPinnedSavedDialogs {}Expand description
messages.getPinnedSavedDialogs
Generated from:
messages.getPinnedSavedDialogs#d63d94e0 = messages.SavedDialogsTrait Implementations§
Source§impl Clone for GetPinnedSavedDialogs
impl Clone for GetPinnedSavedDialogs
Source§fn clone(&self) -> GetPinnedSavedDialogs
fn clone(&self) -> GetPinnedSavedDialogs
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 GetPinnedSavedDialogs
impl Debug for GetPinnedSavedDialogs
Source§impl Identifiable for GetPinnedSavedDialogs
impl Identifiable for GetPinnedSavedDialogs
Source§const CONSTRUCTOR_ID: u32 = 0xd63d94e0
const CONSTRUCTOR_ID: u32 = 0xd63d94e0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPinnedSavedDialogs
impl PartialEq for GetPinnedSavedDialogs
Source§impl RemoteCall for GetPinnedSavedDialogs
impl RemoteCall for GetPinnedSavedDialogs
Source§type Return = SavedDialogs
type Return = SavedDialogs
The deserialized response type.
Source§impl Serializable for GetPinnedSavedDialogs
impl Serializable for GetPinnedSavedDialogs
impl StructuralPartialEq for GetPinnedSavedDialogs
Auto Trait Implementations§
impl Freeze for GetPinnedSavedDialogs
impl RefUnwindSafe for GetPinnedSavedDialogs
impl Send for GetPinnedSavedDialogs
impl Sync for GetPinnedSavedDialogs
impl Unpin for GetPinnedSavedDialogs
impl UnsafeUnpin for GetPinnedSavedDialogs
impl UnwindSafe for GetPinnedSavedDialogs
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