pub struct ResetTopPeerRating {
pub category: TopPeerCategory,
pub peer: InputPeer,
}Expand description
Generated from:
contacts.resetTopPeerRating#1ae373ac category:TopPeerCategory peer:InputPeer = BoolFields§
§category: TopPeerCategory§peer: InputPeerTrait Implementations§
Source§impl Clone for ResetTopPeerRating
impl Clone for ResetTopPeerRating
Source§fn clone(&self) -> ResetTopPeerRating
fn clone(&self) -> ResetTopPeerRating
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 ResetTopPeerRating
impl Debug for ResetTopPeerRating
Source§impl Identifiable for ResetTopPeerRating
impl Identifiable for ResetTopPeerRating
Source§const CONSTRUCTOR_ID: u32 = 0x1ae373ac
const CONSTRUCTOR_ID: u32 = 0x1ae373ac
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ResetTopPeerRating
impl PartialEq for ResetTopPeerRating
Source§impl RemoteCall for ResetTopPeerRating
impl RemoteCall for ResetTopPeerRating
Source§impl Serializable for ResetTopPeerRating
impl Serializable for ResetTopPeerRating
impl StructuralPartialEq for ResetTopPeerRating
Auto Trait Implementations§
impl Freeze for ResetTopPeerRating
impl RefUnwindSafe for ResetTopPeerRating
impl Send for ResetTopPeerRating
impl Sync for ResetTopPeerRating
impl Unpin for ResetTopPeerRating
impl UnsafeUnpin for ResetTopPeerRating
impl UnwindSafe for ResetTopPeerRating
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