pub struct EditCloseFriends {
pub id: Vec<i64>,
}Expand description
Fields§
§id: Vec<i64>Trait Implementations§
Source§impl Clone for EditCloseFriends
impl Clone for EditCloseFriends
Source§fn clone(&self) -> EditCloseFriends
fn clone(&self) -> EditCloseFriends
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 EditCloseFriends
impl Debug for EditCloseFriends
Source§impl Identifiable for EditCloseFriends
impl Identifiable for EditCloseFriends
Source§const CONSTRUCTOR_ID: u32 = 0xba6705f0
const CONSTRUCTOR_ID: u32 = 0xba6705f0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditCloseFriends
impl PartialEq for EditCloseFriends
Source§impl RemoteCall for EditCloseFriends
impl RemoteCall for EditCloseFriends
Source§impl Serializable for EditCloseFriends
impl Serializable for EditCloseFriends
impl StructuralPartialEq for EditCloseFriends
Auto Trait Implementations§
impl Freeze for EditCloseFriends
impl RefUnwindSafe for EditCloseFriends
impl Send for EditCloseFriends
impl Sync for EditCloseFriends
impl Unpin for EditCloseFriends
impl UnsafeUnpin for EditCloseFriends
impl UnwindSafe for EditCloseFriends
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