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