pub struct EditChatParticipantRank {
pub peer: InputPeer,
pub participant: InputPeer,
pub rank: String,
}Expand description
messages.editChatParticipantRank
Generated from:
messages.editChatParticipantRank#a00f32b0 peer:InputPeer participant:InputPeer rank:string = UpdatesFields§
§peer: InputPeer§participant: InputPeer§rank: StringTrait Implementations§
Source§impl Clone for EditChatParticipantRank
impl Clone for EditChatParticipantRank
Source§fn clone(&self) -> EditChatParticipantRank
fn clone(&self) -> EditChatParticipantRank
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 EditChatParticipantRank
impl Debug for EditChatParticipantRank
Source§impl Identifiable for EditChatParticipantRank
impl Identifiable for EditChatParticipantRank
Source§const CONSTRUCTOR_ID: u32 = 0xa00f32b0
const CONSTRUCTOR_ID: u32 = 0xa00f32b0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for EditChatParticipantRank
impl PartialEq for EditChatParticipantRank
Source§impl RemoteCall for EditChatParticipantRank
impl RemoteCall for EditChatParticipantRank
impl StructuralPartialEq for EditChatParticipantRank
Auto Trait Implementations§
impl Freeze for EditChatParticipantRank
impl RefUnwindSafe for EditChatParticipantRank
impl Send for EditChatParticipantRank
impl Sync for EditChatParticipantRank
impl Unpin for EditChatParticipantRank
impl UnsafeUnpin for EditChatParticipantRank
impl UnwindSafe for EditChatParticipantRank
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