Struct clacks_mtproto::mtproto::rpc::phone::SetCallRating [] [src]

pub struct SetCallRating {
    pub peer: InputPhoneCall,
    pub rating: int,
    pub comment: string,
}

TL-derived from phone.setCallRating

phone.setCallRating#1c536a34 peer:InputPhoneCall rating:int comment:string = Updates;

Fields

Trait Implementations

impl Debug for SetCallRating
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetCallRating
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetCallRating
[src]

[src]

[src]

impl Function for SetCallRating
[src]

impl BareSerialize for SetCallRating
[src]

Auto Trait Implementations

impl Send for SetCallRating

impl Sync for SetCallRating