pub struct DeleteFactCheck {
pub peer: InputPeer,
pub msg_id: i32,
}Expand description
Generated from:
messages.deleteFactCheck#d1da940c peer:InputPeer msg_id:int = UpdatesFields§
§peer: InputPeer§msg_id: i32Trait Implementations§
Source§impl Clone for DeleteFactCheck
impl Clone for DeleteFactCheck
Source§fn clone(&self) -> DeleteFactCheck
fn clone(&self) -> DeleteFactCheck
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 DeleteFactCheck
impl Debug for DeleteFactCheck
Source§impl Identifiable for DeleteFactCheck
impl Identifiable for DeleteFactCheck
Source§const CONSTRUCTOR_ID: u32 = 0xd1da940c
const CONSTRUCTOR_ID: u32 = 0xd1da940c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DeleteFactCheck
impl PartialEq for DeleteFactCheck
Source§impl RemoteCall for DeleteFactCheck
impl RemoteCall for DeleteFactCheck
Source§impl Serializable for DeleteFactCheck
impl Serializable for DeleteFactCheck
impl StructuralPartialEq for DeleteFactCheck
Auto Trait Implementations§
impl Freeze for DeleteFactCheck
impl RefUnwindSafe for DeleteFactCheck
impl Send for DeleteFactCheck
impl Sync for DeleteFactCheck
impl Unpin for DeleteFactCheck
impl UnsafeUnpin for DeleteFactCheck
impl UnwindSafe for DeleteFactCheck
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