pub struct SetCallRating {
pub user_initiative: bool,
pub peer: InputPhoneCall,
pub rating: i32,
pub comment: String,
}Expand description
Generated from:
phone.setCallRating#59ead627 flags:# user_initiative:flags.0?true peer:InputPhoneCall rating:int comment:string = UpdatesFields§
§user_initiative: bool§peer: InputPhoneCall§rating: i32§comment: StringTrait Implementations§
Source§impl Clone for SetCallRating
impl Clone for SetCallRating
Source§fn clone(&self) -> SetCallRating
fn clone(&self) -> SetCallRating
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 SetCallRating
impl Debug for SetCallRating
Source§impl Identifiable for SetCallRating
impl Identifiable for SetCallRating
Source§const CONSTRUCTOR_ID: u32 = 0x59ead627
const CONSTRUCTOR_ID: u32 = 0x59ead627
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetCallRating
impl PartialEq for SetCallRating
Source§impl RemoteCall for SetCallRating
impl RemoteCall for SetCallRating
Source§impl Serializable for SetCallRating
impl Serializable for SetCallRating
impl StructuralPartialEq for SetCallRating
Auto Trait Implementations§
impl Freeze for SetCallRating
impl RefUnwindSafe for SetCallRating
impl Send for SetCallRating
impl Sync for SetCallRating
impl Unpin for SetCallRating
impl UnsafeUnpin for SetCallRating
impl UnwindSafe for SetCallRating
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