pub struct SaveCallLog {
pub peer: InputPhoneCall,
pub file: InputFile,
}Expand description
Generated from:
phone.saveCallLog#41248786 peer:InputPhoneCall file:InputFile = BoolFields§
§peer: InputPhoneCall§file: InputFileTrait Implementations§
Source§impl Clone for SaveCallLog
impl Clone for SaveCallLog
Source§fn clone(&self) -> SaveCallLog
fn clone(&self) -> SaveCallLog
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 SaveCallLog
impl Debug for SaveCallLog
Source§impl Identifiable for SaveCallLog
impl Identifiable for SaveCallLog
Source§const CONSTRUCTOR_ID: u32 = 0x41248786
const CONSTRUCTOR_ID: u32 = 0x41248786
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SaveCallLog
impl PartialEq for SaveCallLog
Source§impl RemoteCall for SaveCallLog
impl RemoteCall for SaveCallLog
Source§impl Serializable for SaveCallLog
impl Serializable for SaveCallLog
impl StructuralPartialEq for SaveCallLog
Auto Trait Implementations§
impl Freeze for SaveCallLog
impl RefUnwindSafe for SaveCallLog
impl Send for SaveCallLog
impl Sync for SaveCallLog
impl Unpin for SaveCallLog
impl UnsafeUnpin for SaveCallLog
impl UnwindSafe for SaveCallLog
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