pub struct UpdatePinnedSavedDialogs {
pub order: Option<Vec<DialogPeer>>,
}Expand description
Generated from:
updatePinnedSavedDialogs#686c85a6 flags:# order:flags.0?Vector<DialogPeer> = UpdateFields§
§order: Option<Vec<DialogPeer>>Trait Implementations§
Source§impl Clone for UpdatePinnedSavedDialogs
impl Clone for UpdatePinnedSavedDialogs
Source§fn clone(&self) -> UpdatePinnedSavedDialogs
fn clone(&self) -> UpdatePinnedSavedDialogs
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 UpdatePinnedSavedDialogs
impl Debug for UpdatePinnedSavedDialogs
Source§impl Deserializable for UpdatePinnedSavedDialogs
impl Deserializable for UpdatePinnedSavedDialogs
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<UpdatePinnedSavedDialogs> for Update
impl From<UpdatePinnedSavedDialogs> for Update
Source§fn from(x: UpdatePinnedSavedDialogs) -> Self
fn from(x: UpdatePinnedSavedDialogs) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdatePinnedSavedDialogs
impl Identifiable for UpdatePinnedSavedDialogs
Source§const CONSTRUCTOR_ID: u32 = 0x686c85a6
const CONSTRUCTOR_ID: u32 = 0x686c85a6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdatePinnedSavedDialogs
impl PartialEq for UpdatePinnedSavedDialogs
Source§impl TryFrom<Update> for UpdatePinnedSavedDialogs
impl TryFrom<Update> for UpdatePinnedSavedDialogs
impl StructuralPartialEq for UpdatePinnedSavedDialogs
Auto Trait Implementations§
impl Freeze for UpdatePinnedSavedDialogs
impl RefUnwindSafe for UpdatePinnedSavedDialogs
impl Send for UpdatePinnedSavedDialogs
impl Sync for UpdatePinnedSavedDialogs
impl Unpin for UpdatePinnedSavedDialogs
impl UnsafeUnpin for UpdatePinnedSavedDialogs
impl UnwindSafe for UpdatePinnedSavedDialogs
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