pub struct EditChatPhoto {
pub chat_id: i64,
pub photo: InputChatPhoto,
}Expand description
Generated from:
messages.editChatPhoto#35ddd674 chat_id:long photo:InputChatPhoto = UpdatesFields§
§chat_id: i64§photo: InputChatPhotoTrait Implementations§
Source§impl Clone for EditChatPhoto
impl Clone for EditChatPhoto
Source§fn clone(&self) -> EditChatPhoto
fn clone(&self) -> EditChatPhoto
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 EditChatPhoto
impl Debug for EditChatPhoto
Source§impl Identifiable for EditChatPhoto
impl Identifiable for EditChatPhoto
Source§const CONSTRUCTOR_ID: u32 = 0x35ddd674
const CONSTRUCTOR_ID: u32 = 0x35ddd674
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditChatPhoto
impl PartialEq for EditChatPhoto
Source§impl RemoteCall for EditChatPhoto
impl RemoteCall for EditChatPhoto
Source§impl Serializable for EditChatPhoto
impl Serializable for EditChatPhoto
impl StructuralPartialEq for EditChatPhoto
Auto Trait Implementations§
impl Freeze for EditChatPhoto
impl RefUnwindSafe for EditChatPhoto
impl Send for EditChatPhoto
impl Sync for EditChatPhoto
impl Unpin for EditChatPhoto
impl UnsafeUnpin for EditChatPhoto
impl UnwindSafe for EditChatPhoto
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