pub struct ReceivedCall {
pub peer: InputPhoneCall,
}Expand description
Fields§
§peer: InputPhoneCallTrait Implementations§
Source§impl Clone for ReceivedCall
impl Clone for ReceivedCall
Source§fn clone(&self) -> ReceivedCall
fn clone(&self) -> ReceivedCall
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 ReceivedCall
impl Debug for ReceivedCall
Source§impl Identifiable for ReceivedCall
impl Identifiable for ReceivedCall
Source§const CONSTRUCTOR_ID: u32 = 0x17d54f61
const CONSTRUCTOR_ID: u32 = 0x17d54f61
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ReceivedCall
impl PartialEq for ReceivedCall
Source§impl RemoteCall for ReceivedCall
impl RemoteCall for ReceivedCall
Source§impl Serializable for ReceivedCall
impl Serializable for ReceivedCall
impl StructuralPartialEq for ReceivedCall
Auto Trait Implementations§
impl Freeze for ReceivedCall
impl RefUnwindSafe for ReceivedCall
impl Send for ReceivedCall
impl Sync for ReceivedCall
impl Unpin for ReceivedCall
impl UnsafeUnpin for ReceivedCall
impl UnwindSafe for ReceivedCall
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